freebsd-ports/devel/p5-Tie-RegexpHash/Makefile
Kevin Lo b75554f998 Initial import of p5-Tie-RegexpHash 0.15
Tie::RegexpHash module allows one to use regular expressions
for hash keys, so that values can be associated with anything
that matches the key.
2010-04-30 03:38:20 +00:00

21 lines
394 B
Makefile

# New ports collection makefile for: p5-Tie-RegexpHash
# Date created: 30 April 2010
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Tie-RegexpHash
PORTVERSION= 0.15
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Use regular expressions as hash keys
MAN3= Tie::RegexpHash.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>