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

24 lines
508 B
Makefile
Raw Normal View History

2007-12-17 18:06:56 -05:00
# $OpenBSD: Makefile,v 1.4 2007/12/17 23:06:56 simon Exp $
COMMENT= parse and format strp and strf time patterns
MODULES= cpan
2007-12-17 18:06:56 -05:00
DISTNAME= DateTime-Format-Strptime-1.0702
CATEGORIES= devel
2007-12-17 18:06:56 -05:00
EXTRACT_SUFX= .tgz
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-DateTime \
::devel/p5-DateTime-Locale \
::devel/p5-DateTime-TimeZone \
::devel/p5-Params-Validate
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>