mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
textproc/p5-String-Pad: Update to 0.021
- Add LICENSE - Add TEST_DEPENDS Changes: https://metacpan.org/dist/String-Pad/changes
This commit is contained in:
parent
382ec05114
commit
f5dc5d12bb
2 changed files with 12 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
|
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
|
||||||
|
|
||||||
PORTNAME= String-Pad
|
PORTNAME= String-Pad
|
||||||
PORTVERSION= 0.020
|
PORTVERSION= 0.021
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -9,8 +9,15 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= String padding routines for Perl
|
COMMENT= String padding routines for Perl
|
||||||
|
|
||||||
NO_ARCH= yes
|
LICENSE= ART10 GPLv1+
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
TEST_DEPENDS= p5-Test2-Suite>=0:devel/p5-Test2-Suite
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1537965685
|
TIMESTAMP = 1628103828
|
||||||
SHA256 (String-Pad-0.020.tar.gz) = f232175b00994f463e6394abe08c3af4a80b4c44e5656e384c92c6bca2c0093d
|
SHA256 (String-Pad-0.021.tar.gz) = 40ed8cafa68a55b66ea5f2cc4935ee5f5b9282aaf7cc64ea4b4f44cd4117df99
|
||||||
SIZE (String-Pad-0.020.tar.gz) = 14436
|
SIZE (String-Pad-0.021.tar.gz) = 16063
|
||||||
|
|
Loading…
Add table
Reference in a new issue