diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-07-02 08:35:34 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-07-02 08:35:34 +0000 |
commit | b5655d91ab1ee821447c1e8db27b9622a2c9b256 (patch) | |
tree | 8cd42d5a848a9b706c72b1799d7321c514bece73 /textproc/p5-Hash-Merge | |
parent | c4b2ab50c0c57c01f271cba87371b9affaaf255c (diff) |
Notes
Diffstat (limited to 'textproc/p5-Hash-Merge')
-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 |
4 files changed, 38 insertions, 0 deletions
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 |