02a06c807c
Approved by: sahil@ (mentor)
21 lines
412 B
Makefile
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>
|