4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
430 B
Makefile
22 lines
430 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= CPAN
|
|
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>
|