openbsd-ports/devel/p5-DateTime-Format-ISO8601/Makefile
2010-10-18 17:47:50 +00:00

23 lines
435 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/10/18 17:47:59 espie Exp $
COMMENT= DateTime parser for ISO8601 date formats
MODULES= cpan
DISTNAME= DateTime-Format-ISO8601-0.06
CATEGORIES= devel
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-DateTime-Format-Builder
CONFIGURE_STYLE=modbuild
MAKE_ENV=TEST_POD=Yes
.include <bsd.port.mk>