Files
ports/textproc/p5-Sort-Fields/Makefile
T
Sunpoet Po-Chuan Hsieh 0d43f09d9b Update to 1.001
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
- Add WWW

Changes:	https://metacpan.org/changes/distribution/Sort-Fields
2021-01-26 17:55:05 +00:00

22 lines
379 B
Makefile

# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$
PORTNAME= Sort-Fields
PORTVERSION= 1.001
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to sort lines containing delimited fields
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>