Import p5-ExtUtils-InstallPaths-0.010

From new maintainer Sergey Bronniko
This commit is contained in:
afresh1 2014-04-05 06:06:18 +00:00
parent 0e6ba18b61
commit 8e20891512
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/04/05 06:06:18 afresh1 Exp $
COMMENT = Build.PL install path logic made easy
MODULES = cpan
DISTNAME = ExtUtils-InstallPaths-0.010
CATEGORIES = devel
MAINTAINER = Sergey Bronnikov <estetus@gmail.com>
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-ExtUtils-Config
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (ExtUtils-InstallPaths-0.010.tar.gz) = 0Uy/8RjkZ5AMLEiLVbg+9pfW6xuPWSwFIfHYKEi/IVY=
SIZE (ExtUtils-InstallPaths-0.010.tar.gz) = 18395

View File

@ -0,0 +1,12 @@
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.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/04/05 06:06:18 afresh1 Exp $
${P5SITE}/ExtUtils/
${P5SITE}/ExtUtils/InstallPaths.pm
@man man/man3p/ExtUtils::InstallPaths.3p