Tweak security/p5-Crypt-xDBM_File version 1.02
[dports.git] / security / p5-Crypt-xDBM_File / Makefile
1 # Created by: Cheng-Lung Sung <clsung@dragon2.net>
2 # $FreeBSD: security/p5-Crypt-xDBM_File/Makefile 327769 2013-09-20 22:55:24Z bapt $
3
4 PORTNAME=       Crypt-xDBM_File
5 PORTVERSION=    1.02
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Perl module encrypt almost any kind of dbm file
12
13 BUILD_DEPENDS=  p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 MAN3=           Crypt::xDBM_File.3
20
21 NO_STAGE=       yes
22 .include <bsd.port.mk>