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
|
|
|
|
2007-08-25 15:09:06 -04:00
|
|
|
COMMENT= perl objected oriented Date Time
|
2006-04-18 15:05:25 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
2006-11-25 11:32:33 -05:00
|
|
|
|
|
|
|
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
|
2006-11-25 11:32:33 -05: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 \
|
2008-10-14 17:06:50 -04:00
|
|
|
: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>
|