openbsd-ports/devel/p5-DateTime/Makefile

27 lines
697 B
Makefile
Raw Normal View History

2009-05-20 02:39:49 -04:00
# $OpenBSD: Makefile,v 1.10 2009/05/20 06:39:49 pea Exp $
2006-04-18 15:05:25 -04:00
COMMENT= perl objected oriented Date Time
2006-04-18 15:05:25 -04:00
SHARED_ONLY= Yes
MODULES= cpan
2009-05-20 02:39:49 -04:00
DISTNAME= DateTime-0.50
# there was a version with four digits behind the dot and we need to pad
# to that or updates would fail
PKGNAME= p5-${DISTNAME}00
CATEGORIES= devel
2006-04-18 15:05:25 -04:00
2008-10-08 08:41:05 -04:00
# perl
2006-04-18 15:05:25 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-05-20 02:39:49 -04:00
REGRESS_DEPENDS= ::devel/p5-DateTime-Format-Strptime
2008-10-08 08:41:05 -04:00
RUN_DEPENDS= :p5-DateTime-Locale->=0.41:devel/p5-DateTime-Locale \
:p5-DateTime-TimeZone->=0.59:devel/p5-DateTime-TimeZone \
2008-10-08 08:41:05 -04:00
:p5-Params-Validate->=0.76:devel/p5-Params-Validate
2006-04-18 15:05:25 -04:00
.include <bsd.port.mk>