diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-05 01:33:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-05 01:33:07 +0800 |
commit | eea6f5fda11a3baefd519c0f4b4694f51e9142f9 (patch) | |
tree | ae51b766742555e61f3e5e7cb99588b7908c64bd /textproc/p5-Text-Aligner | |
parent | 6887aecbfe6830fc4a7aee486a75ea8e027bd9ba (diff) | |
download | freebsd-ports-gnome-eea6f5fda11a3baefd519c0f4b4694f51e9142f9.tar.gz freebsd-ports-gnome-eea6f5fda11a3baefd519c0f4b4694f51e9142f9.tar.zst freebsd-ports-gnome-eea6f5fda11a3baefd519c0f4b4694f51e9142f9.zip |
- Update to 0.08
- Support STAGEDIR
Changes: http://search.cpan.org/dist/Text-Aligner/Changes
Diffstat (limited to 'textproc/p5-Text-Aligner')
-rw-r--r-- | textproc/p5-Text-Aligner/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Aligner/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Aligner/pkg-plist | 1 |
3 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Text-Aligner/Makefile b/textproc/p5-Text-Aligner/Makefile index 4b0c9b834642..4333333ff415 100644 --- a/textproc/p5-Text-Aligner/Makefile +++ b/textproc/p5-Text-Aligner/Makefile @@ -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> diff --git a/textproc/p5-Text-Aligner/distinfo b/textproc/p5-Text-Aligner/distinfo index 12859351c5eb..10103acd27f6 100644 --- a/textproc/p5-Text-Aligner/distinfo +++ b/textproc/p5-Text-Aligner/distinfo @@ -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 diff --git a/textproc/p5-Text-Aligner/pkg-plist b/textproc/p5-Text-Aligner/pkg-plist index 7016a60c2ad8..34be8525783b 100644 --- a/textproc/p5-Text-Aligner/pkg-plist +++ b/textproc/p5-Text-Aligner/pkg-plist @@ -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 |