diff options
author | wen <wen@FreeBSD.org> | 2009-11-16 12:42:59 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-16 12:42:59 +0800 |
commit | 3577c50cb60271af359c5cb3d561fa6300f60fea (patch) | |
tree | 6494fce64d939eb0121f86053279763c9486792b | |
parent | 1a3085fa58c2f3e26404e86f8af761f0a2c3c1c6 (diff) | |
download | freebsd-ports-gnome-3577c50cb60271af359c5cb3d561fa6300f60fea.tar.gz freebsd-ports-gnome-3577c50cb60271af359c5cb3d561fa6300f60fea.tar.zst freebsd-ports-gnome-3577c50cb60271af359c5cb3d561fa6300f60fea.zip |
Find::Lib is a perl helper to smartly find libs to use in the
filesystem tree.
WWW: http://search.cpan.org/dist/Find-Lib/
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Find-Lib/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Find-Lib/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Find-Lib/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Find-Lib/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7b388ed2d8ac..17f8f315360b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1481,6 +1481,7 @@ SUBDIR += p5-Filesys-Virtual-Plain SUBDIR += p5-Filter SUBDIR += p5-Filter-Template + SUBDIR += p5-Find-Lib SUBDIR += p5-FindBin-libs SUBDIR += p5-Forest SUBDIR += p5-FreeBSD-i386-Ptrace diff --git a/devel/p5-Find-Lib/Makefile b/devel/p5-Find-Lib/Makefile new file mode 100644 index 000000000000..612fd3c30713 --- /dev/null +++ b/devel/p5-Find-Lib/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: devel/p5-Find-Lib +# Date created: 16 Nov, 2009 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Find-Lib +PORTVERSION= 1.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Helper to smartly find libs to use in the filesystem tree + +PERL_CONFIGURE= 5.8.0+ + +MAN3= Find::Lib.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Find-Lib/distinfo b/devel/p5-Find-Lib/distinfo new file mode 100644 index 000000000000..56f0b951fce5 --- /dev/null +++ b/devel/p5-Find-Lib/distinfo @@ -0,0 +1,3 @@ +MD5 (Find-Lib-1.01.tar.gz) = 8986f9679a88fb265a5e5cf4720f22a1 +SHA256 (Find-Lib-1.01.tar.gz) = bf2088885b2c4cc660d5cf1c2d5e8330b119b1ee8ead64b018ed16f3ad62e5be +SIZE (Find-Lib-1.01.tar.gz) = 8650 diff --git a/devel/p5-Find-Lib/pkg-descr b/devel/p5-Find-Lib/pkg-descr new file mode 100644 index 000000000000..e19fe086007f --- /dev/null +++ b/devel/p5-Find-Lib/pkg-descr @@ -0,0 +1,4 @@ +Find::Lib is a perl helper to smartly find libs to use in the +filesystem tree. + +WWW: http://search.cpan.org/dist/Find-Lib/ diff --git a/devel/p5-Find-Lib/pkg-plist b/devel/p5-Find-Lib/pkg-plist new file mode 100644 index 000000000000..92ac247f43a1 --- /dev/null +++ b/devel/p5-Find-Lib/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Find/Lib.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Find/Lib/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Find/Lib +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Find +@dirrmtry %%SITE_PERL%%/Find |