24 lines
508 B
Makefile
24 lines
508 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/12/17 23:06:56 simon Exp $
|
|
|
|
COMMENT= parse and format strp and strf time patterns
|
|
|
|
MODULES= cpan
|
|
DISTNAME= DateTime-Format-Strptime-1.0702
|
|
CATEGORIES= devel
|
|
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>
|