openbsd-ports/devel/p5-DateTime-Format-Strptime/Makefile
2010-12-03 11:44:22 +00:00

24 lines
548 B
Makefile

# $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
USE_GROFF = Yes
# Artistic 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
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>