aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-12-15 07:14:31 +0800
committermiwi <miwi@FreeBSD.org>2007-12-15 07:14:31 +0800
commit86abeb4a0b5e19d64b2e51510af7543a01b13aed (patch)
tree3aae1e224bf9c2236a55cf3e09746d7589cfc668 /lang
parentfa4b7541869514b8c7d347c039e19fbe3ffd7078 (diff)
downloadfreebsd-ports-gnome-86abeb4a0b5e19d64b2e51510af7543a01b13aed.tar.gz
freebsd-ports-gnome-86abeb4a0b5e19d64b2e51510af7543a01b13aed.tar.zst
freebsd-ports-gnome-86abeb4a0b5e19d64b2e51510af7543a01b13aed.zip
- Makefile cleanup
- Pass maintainership to submitter PR: 117901 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Diffstat (limited to 'lang')
-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>