diff options
author | will <will@FreeBSD.org> | 2001-01-04 00:05:14 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-04 00:05:14 +0000 |
commit | 9847c76f64183abe5e0e9a4159657ae3e966ef3e (patch) | |
tree | 97e0b324be393a54a73118fcf938e69fc3a1b778 /textproc/p5-Sort-Fields/Makefile | |
parent | 72779058d46800a4d20663d2b41460eb21980a8e (diff) | |
download | FreeBSD-ports-9847c76f64183abe5e0e9a4159657ae3e966ef3e.zip FreeBSD-ports-9847c76f64183abe5e0e9a4159657ae3e966ef3e.tar.gz |
Add p5-Sort-Fields 0.90, perl module to sort lines containing delimited
fields.
PR: 24014
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'textproc/p5-Sort-Fields/Makefile')
-rw-r--r-- | textproc/p5-Sort-Fields/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-Sort-Fields/Makefile b/textproc/p5-Sort-Fields/Makefile new file mode 100644 index 0000000..c6dda91 --- /dev/null +++ b/textproc/p5-Sort-Fields/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: textproc/p5-Sort-Fields +# Date created: 01 January 2001 +# Whom: Anton Berezin <tobez@tobez.org> +# +# $FreeBSD$ +# + +PORTNAME= Sort-Fields +PORTVERSION= 0.90 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Sort +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MAN3= Sort::Fields.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |