Import p5-ExtUtils-InstallPaths-0.010
From new maintainer Sergey Bronniko
This commit is contained in:
parent
0e6ba18b61
commit
8e20891512
16
devel/p5-ExtUtils-InstallPaths/Makefile
Normal file
16
devel/p5-ExtUtils-InstallPaths/Makefile
Normal 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>
|
2
devel/p5-ExtUtils-InstallPaths/distinfo
Normal file
2
devel/p5-ExtUtils-InstallPaths/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ExtUtils-InstallPaths-0.010.tar.gz) = 0Uy/8RjkZ5AMLEiLVbg+9pfW6xuPWSwFIfHYKEi/IVY=
|
||||
SIZE (ExtUtils-InstallPaths-0.010.tar.gz) = 18395
|
12
devel/p5-ExtUtils-InstallPaths/pkg/DESCR
Normal file
12
devel/p5-ExtUtils-InstallPaths/pkg/DESCR
Normal 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.
|
4
devel/p5-ExtUtils-InstallPaths/pkg/PLIST
Normal file
4
devel/p5-ExtUtils-InstallPaths/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user