freebsd-ports/devel/p5-Hash-FieldHash/Makefile
2013-06-08 21:01:44 +00:00

22 lines
445 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Hash-FieldHash
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A lightweight field hash implementation
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-LeakTrace>=0.07:${PORTSDIR}/devel/p5-Test-LeakTrace
PERL_MODBUILD= yes
MAN3= Hash::FieldHash.3
.include <bsd.port.mk>