freebsd-ports/devel/p5-Tie-Array-Sorted/Makefile
2013-10-31 14:31:30 +00:00

17 lines
349 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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>