blob: eb66274efa8069599ff0e24782fc562535f3c5c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= date
DISTVERSION= 1.2-42
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Functions for Handling Dates
WWW= https://CRAN.R-project.org/package=date
LICENSE= GPLv2
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|