ba05b7cd04
- Add LICENSE - Add NO_ARCH - Sort PLIST
19 lines
328 B
Makefile
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>
|