diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-01-18 12:03:21 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-01-18 12:03:21 +0000 |
commit | a5e055b18394b70385db1b942fc4ea66495563dc (patch) | |
tree | 53f734cbf904a75004a65e8f93a7dd60e232a06f /devel/p5-Test-Simple | |
parent | b98da167eb487eaed5c1decfb36570ec92ff388e (diff) | |
download | ports-a5e055b18394b70385db1b942fc4ea66495563dc.tar.gz ports-a5e055b18394b70385db1b942fc4ea66495563dc.zip |
Notes
Diffstat (limited to 'devel/p5-Test-Simple')
-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/ |