opnsense-ports/textproc/p5-String-Util/Makefile
Franco Fichtner d9a3ce89d2 */*: sync with upstream
Taken from: HardenedBSD
2019-08-01 12:10:42 +02: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>