mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
b75554f998
Tie::RegexpHash module allows one to use regular expressions for hash keys, so that values can be associated with anything that matches the key.
22 lines
394 B
Makefile
22 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>
|