2012-11-04 14:05:04 +01:00
|
|
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
2012-01-24 14:51:08 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Dancer-Plugin-Passphrase
|
2014-02-21 21:42:08 +01:00
|
|
|
PORTVERSION= 2.0.1
|
2012-01-24 14:51:08 +01:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:JAITKEN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-11-04 14:05:04 +01:00
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
2012-01-24 14:51:08 +01:00
|
|
|
COMMENT= Passphrases and Passwords as objects for Dancer
|
|
|
|
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2013-09-07 10:39:25 +02:00
|
|
|
BUILD_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
|
|
|
|
p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \
|
|
|
|
p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
|
2014-02-21 21:42:08 +01:00
|
|
|
p5-Digest-SHA>=5.74:${PORTSDIR}/security/p5-Digest-SHA
|
2013-09-07 10:39:25 +02:00
|
|
|
RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
|
|
|
|
p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \
|
|
|
|
p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
|
2014-02-21 21:42:08 +01:00
|
|
|
p5-Digest-SHA>=5.74:${PORTSDIR}/security/p5-Digest-SHA
|
2012-01-24 14:51:08 +01:00
|
|
|
|
2013-09-11 19:56:03 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2012-01-24 14:51:08 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|