aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Simple
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-10 00:07:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-10 00:07:32 +0000
commit685de23fc96c2730bf1b52a65b978b450bd32b30 (patch)
treed978a0558c4407e9ab254021ac05f2de24aa552a /security/p5-Crypt-Simple
parentf4b3541adc131e2fa5173dbf9f8d78fffb039213 (diff)
downloadports-685de23fc96c2730bf1b52a65b978b450bd32b30.tar.gz
ports-685de23fc96c2730bf1b52a65b978b450bd32b30.zip
Notes
Diffstat (limited to 'security/p5-Crypt-Simple')
-rw-r--r--security/p5-Crypt-Simple/Makefile9
1 files 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