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

27 lines
514 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2011/01/02 18:07:48 benoit Exp $
2006-11-12 13:01:47 -05:00
COMMENT= DateTime parser for ISO8601 date formats
2006-11-12 13:01:47 -05:00
MODULES= cpan
DISTNAME= DateTime-Format-ISO8601-0.07
2006-11-12 13:01:47 -05:00
CATEGORIES= devel
EPOCH = 0
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2006-11-12 13:01:47 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REGRESS_DEPENDS = devel/p5-Test-Distribution \
devel/p5-Test-Pod
RUN_DEPENDS= devel/p5-DateTime-Format-Builder
2006-11-12 13:01:47 -05:00
CONFIGURE_STYLE=modbuild
MAKE_ENV=TEST_POD=Yes
.include <bsd.port.mk>