forked from Lainports/freebsd-ports
- Sort PLIST - Take maintainership Changes: https://metacpan.org/pod/String::Util#HISTORY PR: 238967 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 24 days)
23 lines
406 B
Makefile
23 lines
406 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= String-Util
|
|
PORTVERSION= 1.26
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perl extension for string processing utilities
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Number-Misc>=1.2:math/p5-Number-Misc
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|