aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Table/Makefile
blob: ebfdbe4c6f0cb848d0304b21a3a65b3552debb64 (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= ports@FreeBSD.org
COMMENT=    Class used to represent DBI database tables

PERL_CONFIGURE= yes

MAN3=   DBIx::Table.3

.include <bsd.port.mk>