Tweak security/sudo version 1.8.10.p3_1
[dports.git] / security / p5-Tie-EncryptedHash / Makefile
1 # Created by: Michael Haro <mharo@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Tie-EncryptedHash
5 PORTVERSION=    1.24
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Hashes (and objects based on hashes) with encrypting fields
12
13 BUILD_DEPENDS=  p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15 TEST_DEPENDS=   p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
16                 p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>