aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-01-18 12:03:21 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-01-18 12:03:21 +0000
commita5e055b18394b70385db1b942fc4ea66495563dc (patch)
tree53f734cbf904a75004a65e8f93a7dd60e232a06f /devel/p5-Test-Simple/Makefile
parentb98da167eb487eaed5c1decfb36570ec92ff388e (diff)
downloadports-a5e055b18394b70385db1b942fc4ea66495563dc.tar.gz
ports-a5e055b18394b70385db1b942fc4ea66495563dc.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
Notes
Notes: svn path=/head/; revision=126705
Diffstat (limited to 'devel/p5-Test-Simple/Makefile')
-rw-r--r--devel/p5-Test-Simple/Makefile9
1 files changed, 3 insertions, 6 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>