blob: ff7f2cd0b932e524f8743ba9adf3506d8e431748 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: chron
# Date created: 2012-08-22
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= chron
DISTVERSION= 2.3-43
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= R package for creating objects which can handle dates and times
LICENSE= GPLv2
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>
|