security/p5-Crypt-RSA-Parse: fix dependencies
- fix RUN_DEPENDS - add TEST_DEPENDS - mark as NO_ARCH PR: 218277 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Approved by: pi (maintainer)
This commit is contained in:
parent
633e230fab
commit
0bc67c7cac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437395
1 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= Crypt-RSA-Parse
|
PORTNAME= Crypt-RSA-Parse
|
||||||
PORTVERSION= 0.043
|
PORTVERSION= 0.043
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security perl5
|
CATEGORIES= security perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -12,10 +13,13 @@ COMMENT= Parse RSA keys
|
||||||
LICENSE= ART10 GPLv1
|
LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Crypt-Format>=0.06:security/p5-Crypt-Format
|
RUN_DEPENDS= p5-Class-Accessor>=0.34:devel/p5-Class-Accessor \
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
|
||||||
|
p5-Crypt-Format>=0.06:security/p5-Crypt-Format
|
||||||
|
TEST_DEPENDS= p5-Test-NoWarnings>=0.01:devel/p5-Test-NoWarnings
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue