mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
1afb61592c
PR: 35437 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Approved by: maintainer timeout
25 lines
474 B
Makefile
25 lines
474 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.91
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= $(MASTER_SITE_PERL_CPAN)
|
|
MASTER_SITE_SUBDIR= CDB_File/TIMPX
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= nistor@snickers.org
|
|
|
|
PERL_CONFIGURE= yes
|
|
ALL_TARGET= all test
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= CDB_File.3
|
|
|
|
.include <bsd.port.mk>
|