1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/p5-Sort-Fields/Makefile
2021-04-06 16:31:07 +02:00

21 lines
367 B
Makefile

# Created by: Anton Berezin <tobez@tobez.org>
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>