aaa1885833
ok jasper@
23 lines
450 B
Makefile
23 lines
450 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:29 ajacoutot Exp $
|
|
|
|
COMMENT = DateTime::Set extension to create basic recurrence sets
|
|
|
|
DISTNAME = DateTime-Event-Recurrence-0.16
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
|
|
# GPLv1 / Artistic
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-DateTime \
|
|
devel/p5-DateTime-Set
|
|
|
|
.include <bsd.port.mk>
|