head	1.4;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2013.02.08.18.52.13;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.04.13.05.04;	author gblach;	state Exp;
branches;
next	1.1;

1.1
date	2012.01.24.13.51.08;	author culot;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311947
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Grzegorz Blach <gblach@@FreeBSD.org>
# $FreeBSD: head/security/p5-Dancer-Plugin-Passphrase/Makefile 311947 2013-02-08 18:39:20Z gblach $

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>
@


1.3
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/security/p5-Dancer-Plugin-Passphrase/Makefile 306964 2012-11-04 13:05:04Z gblach $
d5 1
a5 1
PORTVERSION=	1.0.0
@


1.2
log
@SVN rev 306964 on 2012-11-04 13:05:04Z by gblach

- Change my email address to gblach@@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1
log
@Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps,
allowing developers to follow best cryptography practice without having to
become a cryptography expert. It uses the bcrypt algorithm as the default,
wrapping Crypt::Eksblowfish::Bcrypt, and also supports any hashing function
provided by Digest.

WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/

PR:		ports/164427
Submitted by:	Grzegorz Blach <magik@@roorback.net>
@
text
@d1 1
a1 4
# New ports collection makefile for:	p5-Dancer-Plugin-Passphrase
# Date created:				2012-01-24
# Whom:					Grzegorz Blach <magik@@roorback.net>
#
a2 1
#
d11 1
a11 1
MAINTAINER=	magik@@roorback.net
@

