Index: head/security/p5-Dancer-Plugin-Passphrase/Makefile =================================================================== --- head/security/p5-Dancer-Plugin-Passphrase/Makefile (revision 444678) +++ head/security/p5-Dancer-Plugin-Passphrase/Makefile (revision 444679) @@ -1,30 +1,28 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= Dancer-Plugin-Passphrase PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JAITKEN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org 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 .include