freebsd-ports/misc/p5-Array-IntSpan/Makefile
Sunpoet Po-Chuan Hsieh b6edfd2529 Update to 2.004
- Update LICENSE
- Add LICENSE_FILE
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/Array-IntSpan
2020-04-07 14:34:40 +00:00

21 lines
380 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Array-IntSpan
PORTVERSION= 2.004
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module for handling arrays using IntSpan techniques
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>