15 lines
275 B
Makefile
15 lines
275 B
Makefile
PORTNAME= date
|
|
DISTVERSION= 1.2-41
|
|
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>
|