opnsense-ports/textproc/p5-String-Pad/Makefile
2022-09-07 22:33:21 +02:00

22 lines
424 B
Makefile

PORTNAME= String-Pad
PORTVERSION= 0.021
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= String padding routines for Perl
WWW= https://metacpan.org/release/String-Pad
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test2-Suite>=0:devel/p5-Test2-Suite
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>