22 lines
416 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2015/01/21 14:27:57 sthen Exp $
2006-11-12 18:01:47 +00:00
COMMENT= DateTime parser for ISO8601 date formats
2006-11-12 18:01:47 +00:00
MODULES= cpan
DISTNAME= DateTime-Format-ISO8601-0.08
2006-11-12 18:01:47 +00:00
CATEGORIES= devel
EPOCH = 0
2006-11-12 18:01:47 +00:00
# perl
PERMIT_PACKAGE_CDROM= Yes
2013-03-11 10:50:00 +00:00
TEST_DEPENDS = devel/p5-Test-Distribution \
devel/p5-Test-Pod
RUN_DEPENDS= devel/p5-DateTime-Format-Builder
2006-11-12 18:01:47 +00:00
CONFIGURE_STYLE=modbuild
MAKE_ENV=TEST_POD=Yes
.include <bsd.port.mk>