freebsd-ports/devel/p5-Tie-Hash-MultiValue/Makefile
2021-09-22 06:23:52 +08:00

21 lines
377 B
Makefile

# Created by: Frederic Culot <frederic@culot.org>
PORTNAME= Tie-Hash-MultiValue
PORTVERSION= 1.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Store multiple values per key
LICENSE= ART10 GPLv2+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>