freebsd-ports/devel/p5-Tie-Hash-MultiValue/Makefile

19 lines
348 B
Makefile

# Created by: Frederic Culot <frederic@culot.org>
# $FreeBSD$
PORTNAME= Tie-Hash-MultiValue
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Store multiple values per key
USES= perl5
USE_PERL5= configure
MAN3= Tie::Hash::MultiValue.3
NO_STAGE= yes
.include <bsd.port.mk>