Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Digest-SHA1 |
8 |
PORTNAME= Digest-SHA1 |
9 |
PORTVERSION= 2.10 |
9 |
PORTVERSION= 2.11 |
10 |
CATEGORIES= security perl5 |
10 |
CATEGORIES= security perl5 |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
MASTER_SITE_SUBDIR= Digest |
12 |
MASTER_SITE_SUBDIR= Digest |
Lines 22-29
Link Here
|
22 |
.include <bsd.port.pre.mk> |
22 |
.include <bsd.port.pre.mk> |
23 |
|
23 |
|
24 |
.if ${PERL_LEVEL} < 500800 |
24 |
.if ${PERL_LEVEL} < 500800 |
25 |
BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest |
25 |
BUILD_DEPENDS+= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest |
26 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
26 |
RUN_DEPENDS+= ${BUILD_DEPENDS} |
27 |
.endif |
27 |
.endif |
28 |
|
28 |
|
29 |
.include <bsd.port.post.mk> |
29 |
.include <bsd.port.post.mk> |