From 8e20891512b373fbfee6e067462646331d61b97e Mon Sep 17 00:00:00 2001 From: afresh1 Date: Sat, 5 Apr 2014 06:06:18 +0000 Subject: [PATCH] Import p5-ExtUtils-InstallPaths-0.010 From new maintainer Sergey Bronniko --- devel/p5-ExtUtils-InstallPaths/Makefile | 16 ++++++++++++++++ devel/p5-ExtUtils-InstallPaths/distinfo | 2 ++ devel/p5-ExtUtils-InstallPaths/pkg/DESCR | 12 ++++++++++++ devel/p5-ExtUtils-InstallPaths/pkg/PLIST | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 devel/p5-ExtUtils-InstallPaths/Makefile create mode 100644 devel/p5-ExtUtils-InstallPaths/distinfo create mode 100644 devel/p5-ExtUtils-InstallPaths/pkg/DESCR create mode 100644 devel/p5-ExtUtils-InstallPaths/pkg/PLIST diff --git a/devel/p5-ExtUtils-InstallPaths/Makefile b/devel/p5-ExtUtils-InstallPaths/Makefile new file mode 100644 index 00000000000..c79ee41f78a --- /dev/null +++ b/devel/p5-ExtUtils-InstallPaths/Makefile @@ -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 + +# Perl +PERMIT_PACKAGE_CDROM = Yes + +RUN_DEPENDS = devel/p5-ExtUtils-Config + +.include diff --git a/devel/p5-ExtUtils-InstallPaths/distinfo b/devel/p5-ExtUtils-InstallPaths/distinfo new file mode 100644 index 00000000000..5d945d4a50c --- /dev/null +++ b/devel/p5-ExtUtils-InstallPaths/distinfo @@ -0,0 +1,2 @@ +SHA256 (ExtUtils-InstallPaths-0.010.tar.gz) = 0Uy/8RjkZ5AMLEiLVbg+9pfW6xuPWSwFIfHYKEi/IVY= +SIZE (ExtUtils-InstallPaths-0.010.tar.gz) = 18395 diff --git a/devel/p5-ExtUtils-InstallPaths/pkg/DESCR b/devel/p5-ExtUtils-InstallPaths/pkg/DESCR new file mode 100644 index 00000000000..96d6195cef6 --- /dev/null +++ b/devel/p5-ExtUtils-InstallPaths/pkg/DESCR @@ -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. diff --git a/devel/p5-ExtUtils-InstallPaths/pkg/PLIST b/devel/p5-ExtUtils-InstallPaths/pkg/PLIST new file mode 100644 index 00000000000..b6d85297291 --- /dev/null +++ b/devel/p5-ExtUtils-InstallPaths/pkg/PLIST @@ -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