- Add p5-ExtUtils-InstallPaths 0.009
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/ Feature safe: yes
This commit is contained in:
parent
5e35e328ac
commit
cd5ad1584f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315852
5 changed files with 44 additions and 0 deletions
|
@ -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
|
||||
|
|
23
devel/p5-ExtUtils-InstallPaths/Makefile
Normal file
23
devel/p5-ExtUtils-InstallPaths/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $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 <bsd.port.mk>
|
2
devel/p5-ExtUtils-InstallPaths/distinfo
Normal file
2
devel/p5-ExtUtils-InstallPaths/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ExtUtils-InstallPaths-0.009.tar.gz) = 1b0827a4acf40d38552c4348767000f7e2d8cf5fd0d19436bf8747d2a72d77bc
|
||||
SIZE (ExtUtils-InstallPaths-0.009.tar.gz) = 18496
|
13
devel/p5-ExtUtils-InstallPaths/pkg-descr
Normal file
13
devel/p5-ExtUtils-InstallPaths/pkg-descr
Normal file
|
@ -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/
|
5
devel/p5-ExtUtils-InstallPaths/pkg-plist
Normal file
5
devel/p5-ExtUtils-InstallPaths/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue