aaa1885833
ok jasper@
23 lines
454 B
Makefile
23 lines
454 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:29 ajacoutot Exp $
|
|
|
|
COMMENT = DateTime extension for computing rfc2445 recurrences
|
|
|
|
DISTNAME = DateTime-Event-ICal-0.10
|
|
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-Event-Recurrence
|
|
|
|
.include <bsd.port.mk>
|