freebsd-ports/textproc/p5-String-Util/Makefile
Sunpoet Po-Chuan Hsieh 2f10704399 Update to 1.26
- Sort PLIST
- Take maintainership

Changes:	https://metacpan.org/pod/String::Util#HISTORY
PR:		238967
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 24 days)
2019-07-27 11:57:54 +00:00

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>