svn commit: r492561 - head/security/p5-Crypt-Simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 10 00:07:38 UTC 2019


Author: sunpoet
Date: Sun Feb 10 00:07:32 2019
New Revision: 492561
URL: https://svnweb.freebsd.org/changeset/ports/492561

Log:
  Remove Perl core module
  
  - While I'm here:
    - Add LICENSE
    - Change the way *_DEPENDS are set
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

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

Modified: head/security/p5-Crypt-Simple/Makefile
==============================================================================
--- head/security/p5-Crypt-Simple/Makefile	Sun Feb 10 00:07:27 2019	(r492560)
+++ head/security/p5-Crypt-Simple/Makefile	Sun Feb 10 00:07:32 2019	(r492561)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Crypt-Simple
 PORTVERSION=	0.06
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	avk at vl.ru
 COMMENT=	Perl encrypt stuff simply
 
+LICENSE=	GPLv2+
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Crypt-Blowfish>=0:security/p5-Crypt-Blowfish \
-		p5-MIME-Base64>=0:converters/p5-MIME-Base64 \
-		p5-FreezeThaw>=0:devel/p5-FreezeThaw
-BUILD_DEPENDS=	p5-Crypt-Blowfish>=0:security/p5-Crypt-Blowfish \
-		p5-MIME-Base64>=0:converters/p5-MIME-Base64 \
 		p5-FreezeThaw>=0:devel/p5-FreezeThaw
 
 USES=		perl5


More information about the svn-ports-all mailing list