2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@dragon2.net>
|
2004-01-03 10:21:41 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-xDBM_File
|
2008-01-15 02:08:27 +01:00
|
|
|
PORTVERSION= 1.02
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2004-01-03 10:21:41 +01:00
|
|
|
CATEGORIES= security perl5
|
2008-01-15 02:08:27 +01:00
|
|
|
MASTER_SITES= CPAN
|
2004-01-03 10:21:41 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-01-03 10:21:41 +01:00
|
|
|
COMMENT= Perl module encrypt almost any kind of dbm file
|
|
|
|
|
2012-06-06 19:22:52 +02:00
|
|
|
BUILD_DEPENDS= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-01-03 10:21:41 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-01-03 10:21:41 +01:00
|
|
|
|
2005-12-30 21:39:06 +01:00
|
|
|
.include <bsd.port.mk>
|