diff --git a/devel/Makefile b/devel/Makefile index 6f54bd49ca5d..22f792ceea7b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1925,6 +1925,7 @@ SUBDIR += p5-ExtUtils-Constant SUBDIR += p5-ExtUtils-Depends SUBDIR += p5-ExtUtils-Install + SUBDIR += p5-ExtUtils-InstallPaths SUBDIR += p5-ExtUtils-LibBuilder SUBDIR += p5-ExtUtils-MakeMaker SUBDIR += p5-ExtUtils-MakeMaker-Coverage diff --git a/devel/p5-ExtUtils-InstallPaths/Makefile b/devel/p5-ExtUtils-InstallPaths/Makefile new file mode 100644 index 000000000000..864e5542b97b --- /dev/null +++ b/devel/p5-ExtUtils-InstallPaths/Makefile @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= ExtUtils-InstallPaths +PORTVERSION= 0.009 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Build.PL install path logic made easy + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-ExtUtils-Config>=0.002:${PORTSDIR}/devel/p5-ExtUtils-Config +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= ExtUtils::InstallPaths.3 + +.include diff --git a/devel/p5-ExtUtils-InstallPaths/distinfo b/devel/p5-ExtUtils-InstallPaths/distinfo new file mode 100644 index 000000000000..e3babd6ff06d --- /dev/null +++ b/devel/p5-ExtUtils-InstallPaths/distinfo @@ -0,0 +1,2 @@ +SHA256 (ExtUtils-InstallPaths-0.009.tar.gz) = 1b0827a4acf40d38552c4348767000f7e2d8cf5fd0d19436bf8747d2a72d77bc +SIZE (ExtUtils-InstallPaths-0.009.tar.gz) = 18496 diff --git a/devel/p5-ExtUtils-InstallPaths/pkg-descr b/devel/p5-ExtUtils-InstallPaths/pkg-descr new file mode 100644 index 000000000000..321f923bfbea --- /dev/null +++ b/devel/p5-ExtUtils-InstallPaths/pkg-descr @@ -0,0 +1,13 @@ +ExtUtils::InstallPaths tries to make install path resolution as easy as +possible. + +When you want to install a module, it needs to figure out where to install +things. The nutshell version of how this works is that default installation +locations are determined from ExtUtils::Config, and they may be individually +overridden by using the install_path attribute. An install_base attribute lets +you specify an alternative installation root like /home/foo and prefix does +something similar in a rather different (and more complicated) way. destdir lets +you specify a temporary installation directory like /tmp/install in case you +want to create bundled-up installable packages. + +WWW: http://search.cpan.org/dist/ExtUtils-InstallPaths/ diff --git a/devel/p5-ExtUtils-InstallPaths/pkg-plist b/devel/p5-ExtUtils-InstallPaths/pkg-plist new file mode 100644 index 000000000000..ef33fd0ac0d9 --- /dev/null +++ b/devel/p5-ExtUtils-InstallPaths/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/ExtUtils/InstallPaths.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/InstallPaths/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/InstallPaths +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils +@dirrmtry %%SITE_PERL%%/ExtUtils