freebsd-ports/devel/p5-Tie-IxHash/Makefile
Sunpoet Po-Chuan Hsieh f92a43f143 - Add LICENSE
2016-11-30 18:00:24 +00:00

20 lines
350 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Tie-IxHash
PORTVERSION= 1.23
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module implementing ordered in-memory associative arrays
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>