5f458becbe
PR: 268861 Reported by: svysh.fbsd@gmail.com(maintainer)
29 lines
742 B
Makefile
29 lines
742 B
Makefile
PORTNAME= Crypt-PKCS10
|
|
PORTVERSION= 2.005
|
|
PORTEPOCH= 1
|
|
CATEGORIES= security perl5
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= Parse PKCS #10 certificate requests
|
|
WWW= https://github.com/openxpki/Crypt-PKCS10/
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
|
|
p5-Crypt-OpenSSL-DSA>0:security/p5-Crypt-OpenSSL-DSA \
|
|
p5-Crypt-OpenSSL-RSA>0:security/p5-Crypt-OpenSSL-RSA \
|
|
p5-CryptX>0:security/p5-CryptX \
|
|
p5-Digest-MD2>0:security/p5-Digest-MD2 \
|
|
p5-Digest-MD4>0:security/p5-Digest-MD4
|
|
|
|
USES= perl5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= openxpki
|
|
USE_PERL5= modbuildtiny
|
|
|
|
NO_ARCH= yes
|
|
.include <bsd.port.mk>
|