2004-01-03 10:21:41 +01:00
|
|
|
# New ports collection makefile for: Crypt-xDBM_File
|
|
|
|
# Date created: Tue Dec 30 08:56:41 CST 2003
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Crypt-xDBM_File
|
2008-01-15 02:08:27 +01:00
|
|
|
PORTVERSION= 1.02
|
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-
|
|
|
|
|
2004-08-20 04:56:44 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2004-01-03 10:21:41 +01:00
|
|
|
COMMENT= Perl module encrypt almost any kind of dbm file
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Crypt::xDBM_File.3
|
|
|
|
|
2005-12-30 21:39:06 +01:00
|
|
|
.include <bsd.port.mk>
|