239f79a380
ok simon@
23 lines
474 B
Makefile
23 lines
474 B
Makefile
# $OpenBSD: Makefile,v 1.8 2009/05/20 06:43:15 pea Exp $
|
|
|
|
COMMENT= DateTime submodule for TZ
|
|
|
|
MODULES= cpan
|
|
DISTNAME= DateTime-TimeZone-0.90
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Params-Validate \
|
|
::devel/p5-Class-Singleton
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
REGRESS_DEPENDS= ::devel/p5-DateTime \
|
|
::devel/p5-Test-Output
|
|
|
|
.include <bsd.port.mk>
|