diff options
-rw-r--r-- | textproc/p5-Text-TabularDisplay/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-TabularDisplay/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-Text-TabularDisplay/Makefile b/textproc/p5-Text-TabularDisplay/Makefile index 1638e0f10a7d..ca3edbc545c0 100644 --- a/textproc/p5-Text-TabularDisplay/Makefile +++ b/textproc/p5-Text-TabularDisplay/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= Text-TabularDisplay -PORTVERSION= 1.28 +PORTVERSION= 1.30 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,4 +17,7 @@ PERL_CONFIGURE= yes MAN3= Text::TabularDisplay.3 +regression-test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test + .include <bsd.port.mk> diff --git a/textproc/p5-Text-TabularDisplay/distinfo b/textproc/p5-Text-TabularDisplay/distinfo index 753c0627d2b4..950d8a652d07 100644 --- a/textproc/p5-Text-TabularDisplay/distinfo +++ b/textproc/p5-Text-TabularDisplay/distinfo @@ -1,2 +1,2 @@ -SHA256 (Text-TabularDisplay-1.28.tar.gz) = a855ce25cc02dabd5e0ffac6f7d13e9cc45bac1e107aa2eaf063da1713fd0805 -SIZE (Text-TabularDisplay-1.28.tar.gz) = 18977 +SHA256 (Text-TabularDisplay-1.30.tar.gz) = 0a57988b8a00c570831121f34ca8f438b003a51b410fa3d3f7dd8bfaf2764981 +SIZE (Text-TabularDisplay-1.30.tar.gz) = 18976 |