Lines 15-25
Link Here
|
15 |
MAINTAINER= erwin@FreeBSD.org |
15 |
MAINTAINER= erwin@FreeBSD.org |
16 |
COMMENT= Perl interface to the SHA-1 Algorithm |
16 |
COMMENT= Perl interface to the SHA-1 Algorithm |
17 |
|
17 |
|
18 |
BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest |
|
|
19 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
20 |
|
21 |
PERL_CONFIGURE= yes |
18 |
PERL_CONFIGURE= yes |
22 |
|
19 |
|
23 |
MAN3= Digest::SHA1.3 |
20 |
MAN3= Digest::SHA1.3 |
24 |
|
21 |
|
25 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.pre.mk> |
|
|
23 |
|
24 |
.if ${PERL_LEVEL} < 500800 |
25 |
BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest |
26 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
27 |
.endif |
28 |
|
29 |
.include <bsd.port.post.mk> |