diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-02-10 14:32:34 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-02-10 14:32:34 +0000 |
commit | b5eb47af7b1080cf5c089328d02b59338986aaa6 (patch) | |
tree | ff9c57d3bda403cdf18083a6ee53a835c3b8f645 | |
parent | - Update to 0.11 (diff) |
Path::FindDev is used to find a development path somewhere in an upper
hierarchy. It is mostly a glue layer around Path::IsDev with a few
directory walking tricks.
WWW: http://search.cpan.org/dist/Path-FindDev/
Notes
Notes:
svn path=/head/; revision=343640
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Path-FindDev/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Path-FindDev/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Path-FindDev/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Path-FindDev/pkg-plist | 6 |
5 files changed, 40 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 72b795a5e6e5..421583173122 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2528,6 +2528,7 @@ SUBDIR += p5-Path-Class-File-Lockable SUBDIR += p5-Path-Dispatcher SUBDIR += p5-Path-Dispatcher-Declarative + SUBDIR += p5-Path-FindDev SUBDIR += p5-Path-IsDev SUBDIR += p5-Path-Iterator-Rule SUBDIR += p5-Path-Resource diff --git a/devel/p5-Path-FindDev/Makefile b/devel/p5-Path-FindDev/Makefile new file mode 100644 index 000000000000..ffd2c3d948b9 --- /dev/null +++ b/devel/p5-Path-FindDev/Makefile @@ -0,0 +1,26 @@ +# Created by: Frederic Culot <culot@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Path-FindDev +PORTVERSION= 0.4.1 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:KENTNL +PKGNAMEPREFIX= p5- + +MAINTAINER= culot@FreeBSD.org +COMMENT= Find a development path in an upper hierarchy + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Tiny>=0.010:${PORTSDIR}/devel/p5-Class-Tiny \ + p5-Path-IsDev>=0.2.2:${PORTSDIR}/devel/p5-Path-IsDev \ + p5-Path-Tiny>=0.038:${PORTSDIR}/devel/p5-Path-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple + +USES= perl5 +USE_PERL5= modbuild + +.include <bsd.port.mk> diff --git a/devel/p5-Path-FindDev/distinfo b/devel/p5-Path-FindDev/distinfo new file mode 100644 index 000000000000..951d20949dd2 --- /dev/null +++ b/devel/p5-Path-FindDev/distinfo @@ -0,0 +1,2 @@ +SHA256 (Path-FindDev-0.4.1.tar.gz) = 961e89026473e5c0f891fb0d0d1e7b49ce965180e03131dd7021d4e9754ba76d +SIZE (Path-FindDev-0.4.1.tar.gz) = 34255 diff --git a/devel/p5-Path-FindDev/pkg-descr b/devel/p5-Path-FindDev/pkg-descr new file mode 100644 index 000000000000..699633cb86e2 --- /dev/null +++ b/devel/p5-Path-FindDev/pkg-descr @@ -0,0 +1,5 @@ +Path::FindDev is used to find a development path somewhere in an upper +hierarchy. It is mostly a glue layer around Path::IsDev with a few +directory walking tricks. + +WWW: http://search.cpan.org/dist/Path-FindDev/ diff --git a/devel/p5-Path-FindDev/pkg-plist b/devel/p5-Path-FindDev/pkg-plist new file mode 100644 index 000000000000..0e968e5bfae7 --- /dev/null +++ b/devel/p5-Path-FindDev/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Path/FindDev.pm +%%SITE_PERL%%/Path/FindDev/Object.pm +%%PERL5_MAN3%%/Path::FindDev.3.gz +%%PERL5_MAN3%%/Path::FindDev::Object.3.gz +@dirrm %%SITE_PERL%%/Path/FindDev +@dirrmtry %%SITE_PERL%%/Path |