5190f14f8d
- Fix COMMENT - Trim header
19 lines
395 B
Makefile
19 lines
395 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tie-Array-Sorted
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl array which is kept sorted
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Tie::Array::Sorted.3 \
|
|
Tie::Array::Sorted::Lazy.3
|
|
|
|
.include <bsd.port.mk>
|