mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
c634b4bb83
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
23 lines
448 B
Makefile
23 lines
448 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
|
|
COMMENT= Class used to represent DBI database tables
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DBIx::Table.3
|
|
|
|
.include <bsd.port.mk>
|