openbsd-ports/devel/p5-DateTime-TimeZone/Makefile
2006-05-22 06:19:18 +00:00

29 lines
596 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/05/22 06:19:18 steven Exp $
COMMENT= "perl DateTime submodule for TZ"
DISTNAME= DateTime-TimeZone-0.46
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
DEPS= ::devel/p5-Params-Validate \
::devel/p5-Class-Singleton
BUILD_DEPENDS= ${DEPS}
RUN_DEPENDS= ${DEPS}
CONFIGURE_STYLE= perl modbuild
REGRESS_DEPENDS= $(DEPS) ::devel/p5-DateTime
PKG_ARCH= *
.include <bsd.port.mk>