freebsd-ports/devel/p5-Tie-IxHash/Makefile
Sunpoet Po-Chuan Hsieh 7e755b1141 Add NO_ARCH
- Sort PLIST
2019-04-06 14:44:57 +00:00

22 lines
365 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
NO_ARCH= yes
.include <bsd.port.mk>