f5dc5d12bb
- Add LICENSE - Add TEST_DEPENDS Changes: https://metacpan.org/dist/String-Pad/changes
23 lines
435 B
Makefile
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>
|