Remove Perl core module
- While I'm here: - Add LICENSE - Change the way *_DEPENDS are set - Bump PORTREVISION for dependency change With hat: perl
This commit is contained in:
parent
f4b3541adc
commit
685de23fc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492561
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user