diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-03-10 14:42:31 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-03-10 14:42:31 +0800 |
commit | b85d979ef1b1507098e22b3a047229fb81ac2ec8 (patch) | |
tree | 503d2017554924b49f268bf54a106a45e1fa00a9 | |
parent | eb74c3eab8d13330a1bdd9f2d7be2452b1257192 (diff) | |
download | freebsd-ports-gnome-b85d979ef1b1507098e22b3a047229fb81ac2ec8.tar.gz freebsd-ports-gnome-b85d979ef1b1507098e22b3a047229fb81ac2ec8.tar.zst freebsd-ports-gnome-b85d979ef1b1507098e22b3a047229fb81ac2ec8.zip |
Add p5-App-local-lib-helper 0.07, make it easy to run code against a
local-lib.
PR: 198308
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-App-local-lib-helper/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-App-local-lib-helper/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-App-local-lib-helper/pkg-descr | 12 | ||||
-rw-r--r-- | devel/p5-App-local-lib-helper/pkg-plist | 6 |
5 files changed, 43 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 95fb3a296ce0..f2d7293b7119 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1510,6 +1510,7 @@ SUBDIR += p5-App-Trace SUBDIR += p5-App-cpanminus SUBDIR += p5-App-cpanoutdated + SUBDIR += p5-App-local-lib-helper SUBDIR += p5-App-perlbrew SUBDIR += p5-App-scan_prereqs_cpanfile SUBDIR += p5-AppConfig diff --git a/devel/p5-App-local-lib-helper/Makefile b/devel/p5-App-local-lib-helper/Makefile new file mode 100644 index 000000000000..6f9182cceb0f --- /dev/null +++ b/devel/p5-App-local-lib-helper/Makefile @@ -0,0 +1,22 @@ +# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> +# $FreeBSD$ + +PORTNAME= App-local-lib-helper +PORTVERSION= 0.07 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= dgeo@centrale-marseille.fr +COMMENT= Make it easy to run code against a local-lib + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS:= p5-local-lib>=2.000004:${PORTSDIR}/devel/p5-local-lib +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/devel/p5-App-local-lib-helper/distinfo b/devel/p5-App-local-lib-helper/distinfo new file mode 100644 index 000000000000..f77f44ec2c7d --- /dev/null +++ b/devel/p5-App-local-lib-helper/distinfo @@ -0,0 +1,2 @@ +SHA256 (App-local-lib-helper-0.07.tar.gz) = 7f70cebc46e4ed2863bc8df48512cbeaad9b61052ff08f1be5e46c9ef74fc7d7 +SIZE (App-local-lib-helper-0.07.tar.gz) = 79312 diff --git a/devel/p5-App-local-lib-helper/pkg-descr b/devel/p5-App-local-lib-helper/pkg-descr new file mode 100644 index 000000000000..5736dc44c95f --- /dev/null +++ b/devel/p5-App-local-lib-helper/pkg-descr @@ -0,0 +1,12 @@ +Helper for 'local' libs versions + +This is an object which provide the functionality to create a +local::lib 'helper' script in either the currently loaded local::lib +environment or in a target directory of choice. i +By default the script is called localenv and can be used to invoke +a command under the local::lib which it was built against. +For example, assume you build a local::lib like so: + + cpanm --local-lib ~/mylib App::local::lib::helper + +WWW: http://search.cpan.org/dist/App-local-lib-helper/ diff --git a/devel/p5-App-local-lib-helper/pkg-plist b/devel/p5-App-local-lib-helper/pkg-plist new file mode 100644 index 000000000000..839a90bd67c6 --- /dev/null +++ b/devel/p5-App-local-lib-helper/pkg-plist @@ -0,0 +1,6 @@ +bin/local-lib-helper +%%PERL5_MAN3%%/App::local::lib::helper.3.gz +%%PERL5_MAN3%%/App::local::lib::helper::rationale.3.gz +%%SITE_PERL%%/App/local/lib/helper.pm +%%SITE_PERL%%/App/local/lib/helper/rationale.pod +man/man1/local-lib-helper.1.gz |