1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/p5-Hash-FieldHash/Makefile
Sunpoet Po-Chuan Hsieh f0d6dd3c5f - Support STAGEDIR
2013-11-17 19:39:42 +00:00

22 lines
431 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= Lightweight field hash implementation
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-LeakTrace>=0.07:${PORTSDIR}/devel/p5-Test-LeakTrace
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>