/devel/libds/

vcs-git' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Dancer2-Plugin-Passphrase/Makefile
blob: f2afa3c6f7bd2ae1bb3280a0db294494c05b0dae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Henk van Oers <hvo.pm@xs4all.nl>
# $FreeBSD$

PORTNAME=   Dancer2-Plugin-Passphrase
PORTVERSION=    3.3.0
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= hvo.pm@xs4all.nl
COMMENT=    Passphrases and Passwords as objects for Dancer2

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-Dancer2>=0.200000:www/p5-Dancer2 \
        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:=   ${BUILD_DEPENDS}

NO_ARCH=    yes
USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>