openbsd-ports/devel/p5-PAR-Dist/Makefile

29 lines
564 B
Makefile
Raw Normal View History

2006-11-05 12:12:02 -05:00
# $OpenBSD: Makefile,v 1.2 2006/11/05 17:12:02 espie Exp $
2006-11-04 18:29:18 -05:00
COMMENT= "create and manipulate PAR distributions"
DISTNAME= PAR-Dist-0.21
PKGNAME= p5-${DISTNAME}
2006-11-05 12:12:02 -05:00
CATEGORIES= devel perl5 archivers
2006-11-04 18:29:18 -05:00
MAINTAINER= Simon Dassow <janus@errornet.de>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/}
CONFIGURE_STYLE=perl
MAKE_ENV= PERL_TEST_POD=Yes
REGRESS_DEPENDS=::devel/p5-Test-Pod \
::devel/p5-Test-Pod-Coverage
PKG_ARCH= *
.include <bsd.port.mk>