diff options
author | leeym <leeym@FreeBSD.org> | 2005-01-18 20:03:21 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-01-18 20:03:21 +0800 |
commit | fdb9fff47d731ba4bc50a2d80bd1ce0b2ab65713 (patch) | |
tree | 4d9dc3958a32ccf04b602e50589441364d0a0cb0 /devel | |
parent | e18404624d574f11767e7d0730b28482a2d57a5b (diff) | |
download | freebsd-ports-gnome-fdb9fff47d731ba4bc50a2d80bd1ce0b2ab65713.tar.gz freebsd-ports-gnome-fdb9fff47d731ba4bc50a2d80bd1ce0b2ab65713.tar.zst freebsd-ports-gnome-fdb9fff47d731ba4bc50a2d80bd1ce0b2ab65713.zip |
- update p5-Test-Simple to 0.54
- reset MAINTAINER to perl@ since the domain shellhung.org no longer exists,
and I can't contact the maintainer via other emails.
PR: 75936
Submitted by: skv
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Test-Simple/pkg-descr | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 55f4ad600572..3866e8e71d8d 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -6,14 +6,13 @@ # PORTNAME= Test-Simple -PORTVERSION= 0.47 -PORTREVISION= 1 +PORTVERSION= 0.54 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test PKGNAMEPREFIX= p5- -MAINTAINER= shell@shellhung.org +MAINTAINER= perl@FreeBSD.org COMMENT= Basic utilities for writing tests in perl BUILD_DEPENDS= ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness @@ -21,8 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Test::More.3 Test::Simple.3 Test::Tutorial.3 \ - Test::Builder.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Test::Builder.3 Test::More.3 Test::Simple.3 Test::Tutorial.3 .include <bsd.port.mk> diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index 508f95a9325a..10cb331af0bc 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,2 +1,2 @@ -MD5 (Test-Simple-0.47.tar.gz) = 4a6c12685bfeadfe8ff6fca70825f90c -SIZE (Test-Simple-0.47.tar.gz) = 45820 +MD5 (Test-Simple-0.54.tar.gz) = a3350894397a484a3b1d2658cdaf63a7 +SIZE (Test-Simple-0.54.tar.gz) = 59185 diff --git a/devel/p5-Test-Simple/pkg-descr b/devel/p5-Test-Simple/pkg-descr index 6b74e40d7577..5fd19b40f5ea 100644 --- a/devel/p5-Test-Simple/pkg-descr +++ b/devel/p5-Test-Simple/pkg-descr @@ -1,2 +1,7 @@ -This is an extremely simple, extremely basic module for writing +Test::Simple is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. + +If you wish to do more complicated testing, use the Test::More module (a +drop-in replacement for this one). + +WWW: http://search.cpan.org/dist/Test-Simple/ |