diff options
author | Lars Thegler <lth@FreeBSD.org> | 2012-01-04 06:40:10 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2012-01-04 06:40:10 +0000 |
commit | 2d93fabb8752058dc27d67625aabf9228c94bca2 (patch) | |
tree | 3f2466a1e19391c694c38b706f54e996f5553268 /textproc/p5-Text-ASCIITable | |
parent | 8ec8f5db98199d4f68526b6ededc34f01324f9e7 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-ASCIITable')
-rw-r--r-- | textproc/p5-Text-ASCIITable/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-ASCIITable/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-Text-ASCIITable/Makefile b/textproc/p5-Text-ASCIITable/Makefile index 11109392b170..4dd27017e3b4 100644 --- a/textproc/p5-Text-ASCIITable/Makefile +++ b/textproc/p5-Text-ASCIITable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-ASCIITable -PORTVERSION= 0.18 +PORTVERSION= 0.20 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -31,4 +31,7 @@ post-install: @${ECHO_MSG} "===> Example installed in ${EXAMPLESDIR}." .endif +regression-test: build + cd ${WRKSRC}/ && ./Build test + .include <bsd.port.mk> diff --git a/textproc/p5-Text-ASCIITable/distinfo b/textproc/p5-Text-ASCIITable/distinfo index 8ab034532ff4..8a8daa360ed7 100644 --- a/textproc/p5-Text-ASCIITable/distinfo +++ b/textproc/p5-Text-ASCIITable/distinfo @@ -1,2 +1,2 @@ -SHA256 (Text-ASCIITable-0.18.tar.gz) = 40111b332dae28a48b9e7b5675de2df72d41cc68eab11f2efb1db0d5c0d5b35b -SIZE (Text-ASCIITable-0.18.tar.gz) = 21912 +SHA256 (Text-ASCIITable-0.20.tar.gz) = 866a1c7dd0150be75e1a4be275858dfc048a165f378ef3845a844526f019a69c +SIZE (Text-ASCIITable-0.20.tar.gz) = 20884 |