25 lines
476 B
Makefile
25 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 10:50:15 espie Exp $
|
|
|
|
COMMENT = parse and format iCal datetime and duration strings
|
|
|
|
DISTNAME = DateTime-Format-ICal-0.09
|
|
REVISION = 1
|
|
|
|
CATEGORIES = devel
|
|
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
|
|
# GPLv1 / Artistic
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
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>
|