aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2004-07-02 08:35:34 +0000
committerLars Thegler <lth@FreeBSD.org>2004-07-02 08:35:34 +0000
commitb5655d91ab1ee821447c1e8db27b9622a2c9b256 (patch)
tree8cd42d5a848a9b706c72b1799d7321c514bece73 /textproc
parentc4b2ab50c0c57c01f271cba87371b9affaaf255c (diff)
downloadports-b5655d91ab1ee821447c1e8db27b9622a2c9b256.tar.gz
ports-b5655d91ab1ee821447c1e8db27b9622a2c9b256.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Hash-Merge/Makefile24
-rw-r--r--textproc/p5-Hash-Merge/distinfo2
-rw-r--r--textproc/p5-Hash-Merge/pkg-descr6
-rw-r--r--textproc/p5-Hash-Merge/pkg-plist6
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