mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
19 lines
309 B
Makefile
19 lines
309 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Tie-RegexpHash
|
|
PORTVERSION= 0.16
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= Use regular expressions as hash keys
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
regression-test: build
|
|
@cd ${WRKSRC} && ${MAKE} test
|
|
|
|
.include <bsd.port.mk>
|