openbsd-ports/devel/p5-DateTime-Format-Builder/Makefile
benoit 9821b006b9 - update p5-DateTime-Format-Builder to 0.80
- remove USE_GROFF
- add EPOCH
2013-01-09 13:12:21 +00:00

31 lines
660 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/01/09 13:12:21 benoit Exp $
COMMENT= create DateTime parser classes and objects
MODULES= cpan
DISTNAME= DateTime-Format-Builder-0.80
CATEGORIES= devel
EPOCH = 0
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= devel/p5-Params-Validate \
devel/p5-Class-Factory-Util \
devel/p5-DateTime-Format-Strptime \
devel/p5-Task-Weaken
# intentionally no p5-DateTime-Format-IBeat, what's the use ?
REGRESS_DEPENDS=devel/p5-DateTime-Format-HTTP \
devel/p5-DateTime-Format-Mail
CONFIGURE_STYLE=modbuild
MODCPAN_EXAMPLES=Yes
.include <bsd.port.mk>