|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/security/p5-Crypt-PKCS10/Makefile 425654 2016-11-08 00:59:32Z wen $ |
2 |
# $FreeBSD: head/security/p5-Crypt-PKCS10/Makefile 425654 2016-11-08 00:59:32Z wen $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= Crypt-PKCS10 |
4 |
PORTNAME= Crypt-PKCS10 |
| 5 |
PORTVERSION= 1.8002 |
5 |
PORTVERSION= 1.800201 |
| 6 |
CATEGORIES= security perl5 |
6 |
CATEGORIES= security perl5 |
| 7 |
MASTER_SITES= CPAN |
7 |
MASTER_SITES= CPAN |
| 8 |
PKGNAMEPREFIX= p5- |
8 |
PKGNAMEPREFIX= p5- |
|
Lines 14-26
Link Here
|
| 14 |
LICENSE_COMB= dual |
14 |
LICENSE_COMB= dual |
| 15 |
|
15 |
|
| 16 |
BUILD_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \ |
16 |
BUILD_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \ |
| 17 |
p5-Module-Signature>=0:security/p5-Module-Signature \ |
17 |
p5-Crypt-OpenSSL-DSA>0:security/p5-Crypt-OpenSSL-DSA \ |
| 18 |
p5-Digest-MD4>=0:security/p5-Digest-MD4 \ |
18 |
p5-Crypt-OpenSSL-RSA>0:security/p5-Crypt-OpenSSL-RSA \ |
| 19 |
p5-Digest-MD2>=0:security/p5-Digest-MD2 |
19 |
p5-CryptX>0:security/p5-CryptX \ |
|
|
20 |
p5-Digest-MD2>0:security/p5-Digest-MD2 \ |
| 21 |
p5-Digest-MD4>0:security/p5-Digest-MD4 |
| 20 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
22 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
|
|
23 |
TEST_DEPENDS= p5-Module-Signature>0:security/p5-Module-Signature |
| 21 |
|
24 |
|
| 22 |
USES= perl5 |
25 |
USES= perl5 |
| 23 |
USE_PERL5= configure |
26 |
USE_PERL5= configure |
| 24 |
NO_ARCH= yes |
27 |
NO_ARCH= yes |
| 25 |
|
28 |
|
| 26 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.pre.mk> |
|
|
30 |
.if ${PERL_LEVEL} < 502108 |
| 31 |
BUILD_DEPENDS+= p5-Digest-SHA>=5.95:security/p5-Digest-SHA |
| 32 |
RUN_DEPENDS+= p5-Digest-SHA>=5.95:security/p5-Digest-SHA |
| 33 |
.endif |
| 34 |
.include <bsd.port.post.mk> |