mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
- Makefile cleanup
- Pass maintainership to submitter PR: 117901 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
This commit is contained in:
parent
2e858d217c
commit
a74c02e5f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203673
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user