21 lines
414 B
Makefile
21 lines
414 B
Makefile
# New ports collection makefile for: Hash::MultiValue
|
|
# Date created: 11 Mar 2010
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Hash-MultiValue
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to store multiple values per key
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Hash::MultiValue.3
|
|
|
|
.include <bsd.port.mk>
|