mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
15 lines
340 B
Makefile
15 lines
340 B
Makefile
PORTNAME= chron
|
|
DISTVERSION= 2.3-57
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= R package for creating objects which can handle dates and times
|
|
WWW= https://cran.r-project.org/web/packages/chron/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|