Skip to content

Commit

Permalink
Add Hash::Case.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoru6 committed Feb 19, 2006
1 parent 79cfb58 commit f679293
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
28 changes: 28 additions & 0 deletions devel/p5-Hash-Case/Makefile
@@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Hash-Case
# Date created: 2006-02-18
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#

PORTNAME= Hash-Case
PORTVERSION= 1.003
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Hash
PKGNAMEPREFIX= p5-

MAINTAINER= kaoru@kaisei.org
COMMENT= "base class for hashes with key-casing requirements"

PERL_CONFIGURE= yes

MAN3= Hash::Case.3 \
Hash::Case::Lower.3 \
Hash::Case::Preserve.3 \
Hash::Case::Upper.3

do-patch:
${RM} ${WRKSRC}/lib/Hash/Makefile.PL

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/p5-Hash-Case/distinfo
@@ -0,0 +1,3 @@
MD5 (Hash-Case-1.003.tar.gz) = 3cf179f0730b3e3651eb7e270aed2dac
SHA256 (Hash-Case-1.003.tar.gz) = 78099c6e1bf95f390ffa8e7e276bf44d0c906babbd37210ee528cc61661622f0
SIZE (Hash-Case-1.003.tar.gz) = 4683
4 changes: 4 additions & 0 deletions devel/p5-Hash-Case/pkg-descr
@@ -0,0 +1,4 @@
Hash::Case - base class for hashes with key-casing requirements

Author:
WWW: http://search.cpan.org/dist/Hash-Case/
8 changes: 8 additions & 0 deletions devel/p5-Hash-Case/pkg-plist
@@ -0,0 +1,8 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Case/.packlist
%%SITE_PERL%%/Hash/Case.pm
%%SITE_PERL%%/Hash/Case/Lower.pm
%%SITE_PERL%%/Hash/Case/Upper.pm
%%SITE_PERL%%/Hash/Case/Preserve.pm
@unexec rmdir %D/%%SITE_PERL%%/Hash/Case 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Hash 2>/dev/null || true

0 comments on commit f679293

Please sign in to comment.