openbsd-ports/devel/p5-Module-Install/Makefile

31 lines
613 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2008/11/07 15:08:58 sthen Exp $
2006-11-04 18:50:21 -05:00
COMMENT= standalone extensible Perl module installer
2006-11-04 18:50:21 -05:00
2006-11-29 03:23:29 -05:00
MODULES= cpan
DISTNAME= Module-Install-0.67
PKGNAME= p5-${DISTNAME}p1
CATEGORIES= devel
2006-11-04 18:50:21 -05:00
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-04 18:50:21 -05:00
2006-11-29 03:23:29 -05:00
# perl
2006-11-04 18:50:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Module-ScanDeps \
2006-11-04 18:50:21 -05:00
::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>