2004-07-27 16:23:39 +02:00
|
|
|
# New ports collection makefile for: p5-Tie-Array-Sorted
|
|
|
|
# Date created: 27 July 2004
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Tie-Array-Sorted
|
2006-08-07 17:09:43 +02:00
|
|
|
PORTVERSION= 1.4.1
|
2004-07-27 16:23:39 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Tie
|
|
|
|
PKGNAMEPREFIX= p5-
|
2006-08-07 17:09:43 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/}
|
2004-07-27 16:23:39 +02:00
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= A Perl array which is kept sorted
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2004-10-12 16:18:05 +02:00
|
|
|
MAN3= Tie::Array::Sorted.3 \
|
|
|
|
Tie::Array::Sorted::Lazy.3
|
2004-07-27 16:23:39 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
2006-08-07 17:09:43 +02:00
|
|
|
IGNORE= requires perl 5.6 or above
|
2004-07-27 16:23:39 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|