blob: c0472dc43cc2338b432846b91a9cb614e31c4cf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= chron
DISTVERSION= 2.3-43
PORTREVISION= 10
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= R package for creating objects which can handle dates and times
LICENSE= GPLv2
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|