aboutsummaryrefslogblamecommitdiff
path: root/security/p5-Dancer-Plugin-Passphrase/Makefile
blob: 3626f2107cdcde947e62ff7b3e68b2fd14d6f77e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                 
           

                                        
                     




                                    
                                  
















                                                                                  
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Dancer-Plugin-Passphrase
PORTVERSION=	2.0.0
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JAITKEN
PKGNAMEPREFIX=	p5-

MAINTAINER=	gblach@FreeBSD.org
COMMENT=	Passphrases and Passwords as objects for Dancer

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
		p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
		p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy
RUN_DEPENDS=	p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
		p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
		p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy

PERL_CONFIGURE=	yes

MAN3=		Dancer::Plugin::Passphrase.3

.include <bsd.port.mk>