Update security/libgcrypt to version 1.6.1_5
[dports.git] / security / p5-Authen-Passphrase / Makefile
1 # Created by: brix@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       Authen-Passphrase
5 PORTVERSION=    0.008
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     brix@FreeBSD.org
11 COMMENT=        Perl module for handling hashed passwords/passphrases as objects
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-Authen-DecHpwd>=0:${PORTSDIR}/security/p5-Authen-DecHpwd \
17                 p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
18                 p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \
19                 p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
20                 p5-Crypt-MySQL>=0:${PORTSDIR}/security/p5-Crypt-MySQL \
21                 p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
22                 p5-Crypt-UnixCrypt_XS>=0:${PORTSDIR}/security/p5-Crypt-UnixCrypt_XS \
23                 p5-Data-Entropy>=0:${PORTSDIR}/security/p5-Data-Entropy \
24                 p5-Digest-MD4>=0:${PORTSDIR}/security/p5-Digest-MD4 \
25                 p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \
26                 p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify
27 RUN_DEPENDS:=   ${BUILD_DEPENDS}
28
29 USES=           perl5
30 USE_PERL5=      modbuild
31
32 .include <bsd.port.mk>