openbsd-ports/devel/p5-Module-Install/Makefile
sthen 0d2e4ffd4b fix dependencies and bump following COMES_WITH for
the last batch of packages which moved to base perl.
reads fine to ajacoutot
2008-11-07 15:08:58 +00:00

31 lines
613 B
Makefile

# $OpenBSD: Makefile,v 1.9 2008/11/07 15:08:58 sthen Exp $
COMMENT= standalone extensible Perl module installer
MODULES= cpan
DISTNAME= Module-Install-0.67
PKGNAME= p5-${DISTNAME}p1
CATEGORIES= devel
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Module-ScanDeps \
::devel/p5-PAR-Dist
CONFIGURE_ARGS= --skip
# for the CPAN regression test
pre-regress:
mkdir -p ${WRKDIR}/home
PORTHOME= ${WRKDIR}/home
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>