svn commit: r562603 - head/security/p5-Crypt-Rijndael

Adam Weinberger adamw at FreeBSD.org
Mon Jan 25 18:55:34 UTC 2021


Author: adamw
Date: Mon Jan 25 18:55:34 2021
New Revision: 562603
URL: https://svnweb.freebsd.org/changeset/ports/562603

Log:
  security/p5-Crypt-Rijndael: Remove unused BUILD_DEPENDS on a testing module

Modified:
  head/security/p5-Crypt-Rijndael/Makefile

Modified: head/security/p5-Crypt-Rijndael/Makefile
==============================================================================
--- head/security/p5-Crypt-Rijndael/Makefile	Mon Jan 25 18:46:27 2021	(r562602)
+++ head/security/p5-Crypt-Rijndael/Makefile	Mon Jan 25 18:55:34 2021	(r562603)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Crypt-Rijndael
 PORTVERSION=	1.15
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,8 +13,6 @@ COMMENT=	Perl module that implements the Rijndael ciph
 
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
-
-BUILD_DEPENDS=	p5-Test-Manifest>1.14:devel/p5-Test-Manifest
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list