openbsd-ports/devel/p5-DateTime-Format-ISO8601/Makefile
2007-12-17 22:58:45 +00:00

22 lines
419 B
Makefile

# $OpenBSD: Makefile,v 1.4 2007/12/17 22:58:45 simon Exp $
COMMENT= DateTime parser for ISO8601 date formats
MODULES= cpan
DISTNAME= DateTime-Format-ISO8601-0.06
CATEGORIES= devel
# 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>