diff options
author | lth <lth@FreeBSD.org> | 2004-07-02 16:35:34 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2004-07-02 16:35:34 +0800 |
commit | 1289609692f3b2f9f35b10b57c5370b84c479918 (patch) | |
tree | c6dac1b6bb324186a563ac5c627c9b61e16b1dee /textproc | |
parent | 366aa38be1d43e0bb5cfc3c2105441509f743d03 (diff) | |
download | freebsd-ports-gnome-1289609692f3b2f9f35b10b57c5370b84c479918.tar.gz freebsd-ports-gnome-1289609692f3b2f9f35b10b57c5370b84c479918.tar.zst freebsd-ports-gnome-1289609692f3b2f9f35b10b57c5370b84c479918.zip |
Add p5-Hash-Merge 0.07, merges hashes.
PR: 68574
Submitted by: snowchyld <hash-merge-freebsd-port@snowchyld.org>
Approved by: erwin (implicit)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Hash-Merge/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-Hash-Merge/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Hash-Merge/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Hash-Merge/pkg-plist | 6 |
5 files changed, 39 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index fbba88fa879c..9adec93b09c9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -229,6 +229,7 @@ SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-HTML-Format SUBDIR += p5-HTML-Tidy + SUBDIR += p5-Hash-Merge SUBDIR += p5-IDNA-Punycode SUBDIR += p5-LJ-SpellCheck SUBDIR += p5-Lingua-Conjunction diff --git a/textproc/p5-Hash-Merge/Makefile b/textproc/p5-Hash-Merge/Makefile new file mode 100644 index 000000000000..f110f4f0d245 --- /dev/null +++ b/textproc/p5-Hash-Merge/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Hash-Merge +# Date created: 22 June 2004 +# Whom: snowchyld +# +# $FreeBSD$ + +PORTNAME= Hash-Merge +PORTVERSION= 0.07 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Hash +PKGNAMEPREFIX= p5- + +MAINTAINER= hash-merge-freebsd-port@snowchyld.org +COMMENT= Merges hashes + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Hash::Merge.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/textproc/p5-Hash-Merge/distinfo b/textproc/p5-Hash-Merge/distinfo new file mode 100644 index 000000000000..8b8af60e7617 --- /dev/null +++ b/textproc/p5-Hash-Merge/distinfo @@ -0,0 +1,2 @@ +MD5 (Hash-Merge-0.07.tar.gz) = 74c9d9fa310f64411c7e933d4e283c22 +SIZE (Hash-Merge-0.07.tar.gz) = 7319 diff --git a/textproc/p5-Hash-Merge/pkg-descr b/textproc/p5-Hash-Merge/pkg-descr new file mode 100644 index 000000000000..6122241b790b --- /dev/null +++ b/textproc/p5-Hash-Merge/pkg-descr @@ -0,0 +1,6 @@ +Hash::Merge merges two arbitrarily deep hashes into a single hash. + +WWW: http://search.cpan.org/dist/Hash-Merge/ + +- snowchyld +<p5-hash-merge-bsd-port@snowchyld.org> diff --git a/textproc/p5-Hash-Merge/pkg-plist b/textproc/p5-Hash-Merge/pkg-plist new file mode 100644 index 000000000000..17514642296d --- /dev/null +++ b/textproc/p5-Hash-Merge/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Hash/Merge.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Merge/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Merge +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash 2>/dev/null || true +@dirrm %%SITE_PERL%%/Hash +@unexec rmdir %D/%%SITE_PERL%%/Hash 2>/dev/null || true |