mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
25 lines
566 B
Makefile
25 lines
566 B
Makefile
# 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
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
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
|
|
|
|
.include <bsd.port.mk>
|