aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-AsciiDB-TagFile/Makefile
blob: aa892286c7cc00a39891ea47507d1ee9a1a6b2fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	databases/p5-AsciiDB-TagFile
# Date created:				25 April 2001
# Whom:					Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#

PORTNAME=	AsciiDB-TagFile
PORTVERSION=	1.06
CATEGORIES=	databases perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	AsciiDB
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Perl tie class for a simple ASCII database

PERL_CONFIGURE=	yes

MAN3=		AsciiDB::TagFile.3

.include <bsd.port.mk>