openbsd-ports/devel/p5-DateTime-TimeZone/Makefile

26 lines
534 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2010/12/03 11:44:30 ajacoutot Exp $
COMMENT= DateTime submodule for TZ
MODULES= cpan
2010-06-29 12:45:34 -04:00
DISTNAME= DateTime-TimeZone-1.19
REVISION= 0
CATEGORIES= devel
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-09-03 23:11:47 -04:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Params-Validate \
devel/p5-Class-Singleton
CONFIGURE_STYLE= modbuild
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
REGRESS_DEPENDS= devel/p5-DateTime \
devel/p5-Test-Output
2006-05-22 02:19:18 -04:00
.include <bsd.port.mk>