diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-04 00:05:14 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-04 00:05:14 +0000 |
commit | 44d168177585d92cc903099677d52b4c6d232969 (patch) | |
tree | 7ec533b114eef1d579c35262c8ca9bc2b68c935c /textproc/p5-Sort-Fields/Makefile | |
parent | 3ab727857cd37e0b1ee5ee02e05f8a9646f88a6a (diff) | |
download | ports-44d168177585d92cc903099677d52b4c6d232969.tar.gz ports-44d168177585d92cc903099677d52b4c6d232969.zip |
Add p5-Sort-Fields 0.90, perl module to sort lines containing delimited
fields.
PR: 24014
Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes:
svn path=/head/; revision=36750
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 000000000000..c6dda91e478d --- /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> |