diff options
-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 fbba88fa879..9adec93b09c 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 00000000000..f110f4f0d24 --- /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 00000000000..8b8af60e761 --- /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 00000000000..6122241b790 --- /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 00000000000..17514642296 --- /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 |