openbsd-ports/devel/p5-DateTime-Format-ICal/Makefile

28 lines
560 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2010/12/03 11:44:29 ajacoutot Exp $
COMMENT = parse and format iCal datetime and duration strings
DISTNAME = DateTime-Format-ICal-0.09
REVISION = 1
CATEGORIES = devel
MODULES = cpan
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# GPLv1 / Artistic
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = modbuild
2010-11-15 14:45:56 -05:00
RUN_DEPENDS = devel/p5-DateTime \
devel/p5-DateTime-Set \
devel/p5-DateTime-TimeZone \
devel/p5-DateTime-Event-ICal \
devel/p5-Params-Validate
.include <bsd.port.mk>