4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
396 B
Makefile
22 lines
396 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: p5-CDB_Fiile
|
|
# Date created: 24 June 2001
|
|
# Whom: Jon Nistor <nistor@snickers.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CDB_File
|
|
PORTVERSION= 0.95
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= nistor@snickers.org
|
|
COMMENT= Perl5 interface to the CDB package
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CDB_File.3
|
|
|
|
.include <bsd.port.mk>
|