diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-10 22:01:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-10 22:01:31 +0800 |
commit | 3a86c498d1803a4b7b78a70beea0ff0214765192 (patch) | |
tree | 85a5db089b3dade9c13f4960340f1ca363bb6658 /devel/p5-Hash-Union | |
parent | fc31372a44b8fb0f3848298d213308bbdc696bfe (diff) | |
download | freebsd-ports-gnome-3a86c498d1803a4b7b78a70beea0ff0214765192.tar.gz freebsd-ports-gnome-3a86c498d1803a4b7b78a70beea0ff0214765192.tar.zst freebsd-ports-gnome-3a86c498d1803a4b7b78a70beea0ff0214765192.zip |
Smart hashes merging
WWW: http://search.cpan.org/dist/Hash-Union/
PR: ports/131553
Submitted by: Oleg A. Mamontov <oleg at mamontov.net>
Diffstat (limited to 'devel/p5-Hash-Union')
-rw-r--r-- | devel/p5-Hash-Union/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Hash-Union/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Hash-Union/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Hash-Union/pkg-plist | 6 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-Hash-Union/Makefile b/devel/p5-Hash-Union/Makefile new file mode 100644 index 000000000000..325d902e9e6e --- /dev/null +++ b/devel/p5-Hash-Union/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Hash-Union +# Date created: 2009-02-10 +# Whom: Oleg A. Mamontov <oleg@mamontov.net> +# +# $FreeBSD$ +# + +PORTNAME= Hash-Union +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= oleg@mamontov.net +COMMENT= Smart hashes merging + +PERL_CONFIGURE= yes + +MAN3= Hash::Union.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Hash-Union/distinfo b/devel/p5-Hash-Union/distinfo new file mode 100644 index 000000000000..7cbacc2720d1 --- /dev/null +++ b/devel/p5-Hash-Union/distinfo @@ -0,0 +1,3 @@ +MD5 (Hash-Union-0.02.tar.gz) = 71705b9b24c3fa978d4443821959a70b +SHA256 (Hash-Union-0.02.tar.gz) = 506e3d88b20cc946c183db5bbb0773c6e144fbe6669c9da67b0dcbcbd068b53e +SIZE (Hash-Union-0.02.tar.gz) = 4223 diff --git a/devel/p5-Hash-Union/pkg-descr b/devel/p5-Hash-Union/pkg-descr new file mode 100644 index 000000000000..83a114219520 --- /dev/null +++ b/devel/p5-Hash-Union/pkg-descr @@ -0,0 +1,3 @@ +Smart hashes merging + +WWW: http://search.cpan.org/dist/Hash-Union/ diff --git a/devel/p5-Hash-Union/pkg-plist b/devel/p5-Hash-Union/pkg-plist new file mode 100644 index 000000000000..932bbd38ccc5 --- /dev/null +++ b/devel/p5-Hash-Union/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Hash/Union.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Union/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Union +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash +@dirrmtry %%SITE_PERL%%/Hash |