From 685de23fc96c2730bf1b52a65b978b450bd32b30 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Feb 2019 00:07:32 +0000 Subject: [PATCH] Remove Perl core module - While I'm here: - Add LICENSE - Change the way *_DEPENDS are set - Bump PORTREVISION for dependency change With hat: perl --- security/p5-Crypt-Simple/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/security/p5-Crypt-Simple/Makefile b/security/p5-Crypt-Simple/Makefile index 243da4c51a1f..73e55633c29b 100644 --- a/security/p5-Crypt-Simple/Makefile +++ b/security/p5-Crypt-Simple/Makefile @@ -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@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