openbsd-ports/devel/p5-DateTime-TimeZone/Makefile
2006-10-07 12:24:25 +00:00

29 lines
596 B
Makefile

# $OpenBSD: Makefile,v 1.3 2006/10/07 12:24:25 steven Exp $
COMMENT= "perl DateTime submodule for TZ"
DISTNAME= DateTime-TimeZone-0.49
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>