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

35 lines
697 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2010/12/03 11:44:33 ajacoutot 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.91
REVISION= 1
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
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
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Module-ScanDeps \
devel/p5-File-Remove \
devel/p5-PAR-Dist \
2010-11-26 02:18:59 -05:00
devel/p5-YAML-Tiny>=1.38 \
2010-11-15 14:45:56 -05:00
converters/p5-JSON
2006-11-04 18:50:21 -05:00
CONFIGURE_ARGS= --skipdeps
2006-11-04 18:50:21 -05:00
# for the CPAN regression test
pre-regress:
mkdir -p ${WRKDIR}/home
PORTHOME= ${WRKDIR}/home
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>