openbsd-ports/devel/p5-DateTime/Makefile

30 lines
739 B
Makefile
Raw Normal View History

2010-09-24 11:23:05 -04:00
# $OpenBSD: Makefile,v 1.12 2010/09/24 15:23:06 sthen 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-11-11 02:44:09 -05:00
DISTNAME= DateTime-0.51
2010-09-24 11:23:05 -04:00
REVISION= 0
2009-05-20 02:39:49 -04:00
# 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
2009-11-11 02:44:09 -05:00
CONFIGURE_STYLE= modbuild
2006-04-18 15:05:25 -04:00
.include <bsd.port.mk>