opnsense-ports/textproc/p5-Sort-Fields/Makefile
2022-09-07 22:33:21 +02:00

19 lines
367 B
Makefile

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
WWW= https://metacpan.org/release/Sort-Fields
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>