freebsd-ports/devel/p5-Tie-Hash-MultiValue/Makefile
Frederic Culot 02a06c807c Update my MAINTAINER address to culot@FreeBSD.org.
Approved by:	sahil@ (mentor)
2010-10-20 05:53:20 +00:00

21 lines
412 B
Makefile

# New ports collection makefile for: p5-Tie-Hash-MultiValue
# Date created: 2010-09-10
# Whom: 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
PERL_CONFIGURE= yes
MAN3= Tie::Hash::MultiValue.3
.include <bsd.port.mk>