mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-Hash-Merge 0.07, merges hashes.
PR: 68574 Submitted by: snowchyld <hash-merge-freebsd-port@snowchyld.org> Approved by: erwin (implicit)
This commit is contained in:
parent
c4b2ab50c0
commit
b5655d91ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112750
5 changed files with 39 additions and 0 deletions
|
@ -229,6 +229,7 @@
|
||||||
SUBDIR += p5-FreeBSD-Ports
|
SUBDIR += p5-FreeBSD-Ports
|
||||||
SUBDIR += p5-HTML-Format
|
SUBDIR += p5-HTML-Format
|
||||||
SUBDIR += p5-HTML-Tidy
|
SUBDIR += p5-HTML-Tidy
|
||||||
|
SUBDIR += p5-Hash-Merge
|
||||||
SUBDIR += p5-IDNA-Punycode
|
SUBDIR += p5-IDNA-Punycode
|
||||||
SUBDIR += p5-LJ-SpellCheck
|
SUBDIR += p5-LJ-SpellCheck
|
||||||
SUBDIR += p5-Lingua-Conjunction
|
SUBDIR += p5-Lingua-Conjunction
|
||||||
|
|
24
textproc/p5-Hash-Merge/Makefile
Normal file
24
textproc/p5-Hash-Merge/Makefile
Normal file
|
@ -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>
|
2
textproc/p5-Hash-Merge/distinfo
Normal file
2
textproc/p5-Hash-Merge/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (Hash-Merge-0.07.tar.gz) = 74c9d9fa310f64411c7e933d4e283c22
|
||||||
|
SIZE (Hash-Merge-0.07.tar.gz) = 7319
|
6
textproc/p5-Hash-Merge/pkg-descr
Normal file
6
textproc/p5-Hash-Merge/pkg-descr
Normal file
|
@ -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>
|
6
textproc/p5-Hash-Merge/pkg-plist
Normal file
6
textproc/p5-Hash-Merge/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue