freebsd-ports/devel/p5-Sort-Array/Makefile
Emanuel Haupt 4e74162b8b Change MAINTAINER address for my ports.
Approved by:	novel (mentor)
2005-10-06 11:57:11 +00:00

22 lines
439 B
Makefile

# New ports collection makefile for: p5-Sort-Array
# Date created: 4 Jul 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= Sort-Array
DISTVERSION= 0.26
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Sort
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A powerful array sorting Perl interface
PERL_CONFIGURE= yes
MAN3= Sort::Array.3
.include <bsd.port.mk>