aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Dancer-Plugin-Passphrase
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-29 19:14:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-29 19:14:18 +0000
commit7c7c8dc360f0b5f4d7a7234431a1bc61f98aba2d (patch)
tree558e967929a7d0342d396df65949f7e3635b7d2c /security/p5-Dancer-Plugin-Passphrase
parent54726fadf9e981c14d09d118cb65bc451bd939ee (diff)
downloadports-7c7c8dc360f0b5f4d7a7234431a1bc61f98aba2d.tar.gz
ports-7c7c8dc360f0b5f4d7a7234431a1bc61f98aba2d.zip
Remove Perl core modules
- Add LICENSE_FILE - Add NO_ARCH - Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=444679
Diffstat (limited to 'security/p5-Dancer-Plugin-Passphrase')
-rw-r--r--security/p5-Dancer-Plugin-Passphrase/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/security/p5-Dancer-Plugin-Passphrase/Makefile b/security/p5-Dancer-Plugin-Passphrase/Makefile
index 9646b1db2ee6..2fdd82c94249 100644
--- a/security/p5-Dancer-Plugin-Passphrase/Makefile
+++ b/security/p5-Dancer-Plugin-Passphrase/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Dancer-Plugin-Passphrase
PORTVERSION= 2.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JAITKEN
@@ -14,16 +14,14 @@ COMMENT= Passphrases and Passwords as objects for Dancer
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Dancer>0:www/p5-Dancer \
+BUILD_DEPENDS= p5-Dancer>=0:www/p5-Dancer \
p5-Data-Entropy>=0.005:security/p5-Data-Entropy \
- p5-Digest-Bcrypt>0:security/p5-Digest-Bcrypt \
- p5-Digest-SHA>=5.74:security/p5-Digest-SHA
-RUN_DEPENDS= p5-Dancer>0:www/p5-Dancer \
- p5-Data-Entropy>=0.005:security/p5-Data-Entropy \
- p5-Digest-Bcrypt>0:security/p5-Digest-Bcrypt \
- p5-Digest-SHA>=5.74:security/p5-Digest-SHA
+ p5-Digest-Bcrypt>=0:security/p5-Digest-Bcrypt
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure