openbsd-ports/devel/p5-DateTime-Format-Strptime/Makefile

24 lines
548 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2010/12/03 11:44:30 ajacoutot Exp $
COMMENT= parse and format strp and strf time patterns
MODULES= cpan
DISTNAME= DateTime-Format-Strptime-1.5000
REVISION= 0
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2010-06-30 12:53:46 -04:00
# Artistic 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-09-03 23:15:43 -04:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-26 02:18:59 -05:00
RUN_DEPENDS= devel/p5-DateTime>=0.5000 \
devel/p5-DateTime-Locale>=0.41 \
devel/p5-DateTime-TimeZone>=0.79 \
devel/p5-Params-Validate>=0.64
.include <bsd.port.mk>