aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Error
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-14 23:14:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-14 23:14:31 +0000
commita74c02e5f90f6a458b99d7c6df06a9b25cd9eb05 (patch)
treebe2bdd73f167ffb99c35202315e49c70318f25bf /lang/p5-Error
parent2e858d217c5476ede376f961cd07abf45e7103fd (diff)
downloadports-a74c02e5f90f6a458b99d7c6df06a9b25cd9eb05.tar.gz
ports-a74c02e5f90f6a458b99d7c6df06a9b25cd9eb05.zip
- Makefile cleanup
- Pass maintainership to submitter PR: 117901 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Notes
Notes: svn path=/head/; revision=203673
Diffstat (limited to 'lang/p5-Error')
-rw-r--r--lang/p5-Error/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile
index 29217e16dcf2..e3586f024396 100644
--- a/lang/p5-Error/Makefile
+++ b/lang/p5-Error/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= Error
-PORTVERSION= 0.17.009
-DISTVERSION= ${PORTVERSION:C/\.(...)$/\1/}
+PORTVERSION= 0.17009
CATEGORIES= lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= pgollucci@p6m7g8.com
COMMENT= Perl module to provide Error/exception support for perl: Error
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
PERL_CONFIGURE= YES
@@ -24,7 +23,8 @@ MAN3= Error.3 Error::Simple.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500702
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>