3934b581a3
Updated from 1.04 port in Andreas Voegele's repository. ''Currently, several ports that could be built with "CONFIGURE_STYLE=modinst" are built with "CONFIGURE_ARGS += --skipdeps" as they require a more recent version of Module::Install.''
34 lines
681 B
Makefile
34 lines
681 B
Makefile
# $OpenBSD: Makefile,v 1.18 2012/04/07 20:57:18 sthen Exp $
|
|
|
|
COMMENT= standalone extensible Perl module installer
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Module-Install-1.06
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
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-File-Remove \
|
|
devel/p5-PAR-Dist \
|
|
devel/p5-YAML-Tiny>=1.38 \
|
|
converters/p5-JSON
|
|
|
|
CONFIGURE_ARGS= --skipdeps
|
|
|
|
# for the CPAN regression test
|
|
pre-regress:
|
|
mkdir -p ${WRKDIR}/home
|
|
|
|
PORTHOME= ${WRKDIR}/home
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|