0d43f09d9b
- Add LICENSE - Add NO_ARCH - Sort PLIST - Add WWW Changes: https://metacpan.org/changes/distribution/Sort-Fields
22 lines
379 B
Makefile
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>
|