blob: 07f3e704b34f3d607369904ea897a8c8c48c0f31 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# New ports collection makefile for: Authen-Passphrase
# Date created: 01 Jun 2008
# Whom: brix@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Authen-Passphrase
PORTVERSION= 0.007
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= brix@FreeBSD.org
COMMENT= Perl module for handling hashed passwords/passphrases as objects
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Authen/DecHpwd.pm:${PORTSDIR}/security/p5-Authen-DecHpwd \
${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
${SITE_PERL}/${PERL_ARCH}/Crypt/Eksblowfish.pm:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
${SITE_PERL}/${PERL_ARCH}/Crypt/MySQL.pm:${PORTSDIR}/security/p5-Crypt-MySQL \
${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
${SITE_PERL}/${PERL_ARCH}/Crypt/UnixCrypt_XS.pm:${PORTSDIR}/security/p5-Crypt-UnixCrypt_XS \
${SITE_PERL}/Data/Entropy/Algorithms.pm:${PORTSDIR}/security/p5-Data-Entropy \
${SITE_PERL}/${PERL_ARCH}/Digest/MD4.pm:${PORTSDIR}/security/p5-Digest-MD4 \
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${SITE_PERL}/Module/Runtime.pm:${PORTSDIR}/devel/p5-Module-Runtime \
${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify
RUN_DEPENDS= ${BUILD_DEPENDS}
LICENSE_COMB= dual
LICENSE= ART10 GPLv1
PERL_MODBUILD= yes
MAN3= Authen::Passphrase.3 \
Authen::Passphrase::AcceptAll.3 \
Authen::Passphrase::BigCrypt.3 \
Authen::Passphrase::BlowfishCrypt.3 \
Authen::Passphrase::Clear.3 \
Authen::Passphrase::Crypt16.3 \
Authen::Passphrase::DESCrypt.3 \
Authen::Passphrase::EggdropBlowfish.3 \
Authen::Passphrase::LANManager.3 \
Authen::Passphrase::LANManagerHalf.3 \
Authen::Passphrase::MD5Crypt.3 \
Authen::Passphrase::MySQL323.3 \
Authen::Passphrase::MySQL41.3 \
Authen::Passphrase::NTHash.3 \
Authen::Passphrase::NetscapeMail.3 \
Authen::Passphrase::PHPass.3 \
Authen::Passphrase::RejectAll.3 \
Authen::Passphrase::SaltedDigest.3 \
Authen::Passphrase::VMSPurdy.3
.include <bsd.port.mk>
|