freebsd-ports/databases/p5-DBIx-Table/Makefile
Pete Fritchman 1a03f04347 Add p5-DBIx-Table 0.04, class used to represent DBI database tables.
PR:		33429
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-06-08 23:43:05 +00:00

22 lines
442 B
Makefile

# 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
PERL_CONFIGURE= yes
MAN3= DBIx::Table.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>