2001-06-11 19:53:31 +02:00
|
|
|
# New ports collection makefile for: databases/p5-DBIx-DataSource
|
|
|
|
# Date created: 01 June 2001
|
|
|
|
# Whom: Anton Berezin <tobez@tobez.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DBIx-DataSource
|
|
|
|
PORTVERSION= 0.02
|
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-06-11 19:53:31 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-06-12 21:25:41 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Database-independent create and drop functions
|
2001-06-11 19:53:31 +02:00
|
|
|
|
2007-06-16 19:44:32 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
|
|
|
|
2001-06-11 19:53:31 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= DBIx::DataSource.3 DBIx::DataSource::Driver.3 \
|
|
|
|
DBIx::DataSource::mysql.3 DBIx::DataSource::Pg.3
|
|
|
|
|
2007-06-16 19:44:32 +02:00
|
|
|
.include <bsd.port.mk>
|