freebsd-ports/textproc/p5-String-Pad/Makefile
2021-08-08 22:55:31 +08:00

23 lines
435 B
Makefile

# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
PORTNAME= String-Pad
PORTVERSION= 0.021
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= String padding routines for Perl
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>