mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Update to 0.08
- Support STAGEDIR Changes: http://search.cpan.org/dist/Text-Aligner/Changes
This commit is contained in:
parent
9a9f37b994
commit
2ecf760178
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329347
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-Aligner
|
||||
PORTVERSION= 0.07
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -10,12 +10,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Align text in columns
|
||||
|
||||
RUN_DEPENDS= p5-Term-ANSIColor>=2.01:${PORTSDIR}/devel/p5-Term-ANSIColor
|
||||
BUILD_DEPENDS= p5-Term-ANSIColor>=2.01:${PORTSDIR}/devel/p5-Term-ANSIColor
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Text::Aligner.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Text-Aligner-0.07.tar.gz) = 33e6a45a6dcdd7f799f788f45c335979c0455eb751baae49d6be561bd741ebee
|
||||
SIZE (Text-Aligner-0.07.tar.gz) = 15853
|
||||
SHA256 (Text-Aligner-0.08.tar.gz) = 030e3d63cd991b6ab770d03663d189985c5b4f4ed62e35676eded6b89bf5f633
|
||||
SIZE (Text-Aligner-0.08.tar.gz) = 16585
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Text/Aligner.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aligner/.packlist
|
||||
%%PERL5_MAN3%%/Text::Aligner.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aligner
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
||||
|
Loading…
Reference in New Issue
Block a user