Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2021 18:55:34 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562603 - head/security/p5-Crypt-Rijndael
Message-ID:  <202101251855.10PItYHW083907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101251855.10PItYHW083907>