freebsd-ports/devel/p5-Tie-Array-Sorted/Makefile
Sunpoet Po-Chuan Hsieh ba05b7cd04 Use real PORTVERSION
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
2017-03-11 15:58:55 +00:00

19 lines
328 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Tie-Array-Sorted
PORTVERSION= 1.41
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl array which is kept sorted
LICENSE= GPLv2+
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>