freebsd-ports/devel/p5-Hash-WithDefaults/Makefile
Cheng-Lung Sung 203bddb1d6 Add p5-Hash-WithDefaults 0.04, class for hashes with key-casing
requirements supporting defaults.

PR:		ports/102063
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-15 15:40:36 +00:00

22 lines
475 B
Makefile

# New ports collection makefile for: p5-Hash-WithDefaults
# Date created: 2006-08-15
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Hash-WithDefaults
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Hash
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Class for hashes with key-casing requirements supporting defaults
PERL_CONFIGURE= yes
MAN3= Hash::WithDefaults.3
.include <bsd.port.mk>