- simplify dependency

- bump PORTREVISION
This commit is contained in:
Yen-Ming Lee 2008-09-03 15:20:16 +00:00
parent c7cf12c6cf
commit 4a00d7bd52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219777

View File

@ -7,6 +7,7 @@
PORTNAME= Digest PORTNAME= Digest
PORTVERSION= 1.15 PORTVERSION= 1.15
PORTREVISION= 1
CATEGORIES= security perl5 CATEGORIES= security perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -14,11 +15,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Modules that calculate message digests COMMENT= Modules that calculate message digests
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes PERL_CONFIGURE= yes
MAN3= Digest.3 Digest::base.3 Digest::file.3 MAN3= Digest.3 Digest::base.3 Digest::file.3
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
.endif
.include <bsd.port.post.mk>