aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Table/Makefile
blob: de2d10a255569db84fb75a02941b04ae482c8a0a (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:	DBIx::Table
# Date created:				31 Dec 2001
# Whom:					Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#

PORTNAME=	DBIx-Table
PORTVERSION=	0.04
CATEGORIES=	databases perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	DBIx
PKGNAMEPREFIX=	p5-

MAINTAINER=	svenasse@polaris.ca
COMMENT=	Class used to represent DBI database tables

PERL_CONFIGURE=	yes

MAN3=	DBIx::Table.3

.include <bsd.port.mk>