Tweak security/sshblock version 1.0_1
[dports.git] / security / p5-Crypt-DES_EDE3 / Makefile
1 # Created by: jesper
2 # $FreeBSD$
3
4 PORTNAME=       Crypt-DES_EDE3
5 PORTVERSION=    0.01
6 PORTREVISION=   1
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl5 interface to a implementing 3-DES EDE encryption and decryption
13
14 BUILD_DEPENDS=  p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>