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
|
2017-06-29 21:14:18 +02:00
|
|
|
PORTREVISION= 2
|
2012-01-24 14:51:08 +01:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:JAITKEN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2015-05-11 14:04:18 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2012-01-24 14:51:08 +01:00
|
|
|
COMMENT= Passphrases and Passwords as objects for Dancer
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2012-01-24 14:51:08 +01:00
|
|
|
LICENSE_COMB= dual
|
2017-06-29 21:14:18 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2012-01-24 14:51:08 +01:00
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Dancer>=0:www/p5-Dancer \
|
2016-04-01 16:25:16 +02:00
|
|
|
p5-Data-Entropy>=0.005:security/p5-Data-Entropy \
|
2017-06-29 21:14:18 +02:00
|
|
|
p5-Digest-Bcrypt>=0:security/p5-Digest-Bcrypt
|
2012-01-24 14:51:08 +01:00
|
|
|
|
2017-06-29 21:14:18 +02:00
|
|
|
NO_ARCH= yes
|
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>
|