freebsd-ports/textproc/p5-Sort-PolySort/Makefile
Anton Berezin bbc2a59ecd Add p5-Sort-PolySort 0.12, general rules-based sorting of lists.
Change maintainer's E-mail address to my address @FreeBSD.org.

PR:		24021
Approved by:	markm
2001-06-12 12:29:38 +00:00

27 lines
565 B
Makefile

# New ports collection makefile for: textproc/p5-Sort-PolySort
# Date created: 12 June 2001
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Sort-PolySort
PORTVERSION= 0.12
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Sort
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
PERL_CONFIGURE= yes
MAN3= Sort::PolySort.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
pre-patch:
@${PERL} -pi -e '/^\$$Sort::PolySort::VERSION =/ && chomp' \
${WRKSRC}/lib/Sort/PolySort.pm
.include <bsd.port.mk>