mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
c634b4bb83
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
27 lines
564 B
Makefile
27 lines
564 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
|
|
COMMENT= General rules-based sorting of lists
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sort::PolySort.3
|
|
|
|
pre-patch:
|
|
@${PERL} -pi -e '/^\$$Sort::PolySort::VERSION =/ && chomp' \
|
|
${WRKSRC}/lib/Sort/PolySort.pm
|
|
|
|
.include <bsd.port.mk>
|