svn commit: r437395 - head/security/p5-Crypt-RSA-Parse

Kurt Jaeger pi at FreeBSD.org
Sat Apr 1 06:52:21 UTC 2017


Author: pi
Date: Sat Apr  1 06:51:05 2017
New Revision: 437395
URL: https://svnweb.freebsd.org/changeset/ports/437395

Log:
  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 at citrin.ru>
  Approved by:	pi (maintainer)

Modified:
  head/security/p5-Crypt-RSA-Parse/Makefile

Modified: head/security/p5-Crypt-RSA-Parse/Makefile
==============================================================================
--- head/security/p5-Crypt-RSA-Parse/Makefile	Sat Apr  1 06:38:07 2017	(r437394)
+++ head/security/p5-Crypt-RSA-Parse/Makefile	Sat Apr  1 06:51:05 2017	(r437395)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Crypt-RSA-Parse
 PORTVERSION=	0.043
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,10 +13,13 @@ COMMENT=	Parse RSA keys
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Crypt-Format>=0.06:security/p5-Crypt-Format
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Class-Accessor>=0.34:devel/p5-Class-Accessor \
+		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
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list