2013-08-05 17:05:29 +02:00
|
|
|
# Created by: Anton Berezin <tobez@tobez.org>
|
2001-06-11 19:53:31 +02:00
|
|
|
# $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
|
|
|
|
2012-06-03 07:56:20 +02:00
|
|
|
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
|
|
|
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
2007-06-16 19:44:32 +02:00
|
|
|
|
2013-08-05 17:05:29 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2001-06-11 19:53:31 +02:00
|
|
|
|
|
|
|
MAN3= DBIx::DataSource.3 DBIx::DataSource::Driver.3 \
|
|
|
|
DBIx::DataSource::mysql.3 DBIx::DataSource::Pg.3
|
|
|
|
|
2013-09-20 18:13:47 +02:00
|
|
|
NO_STAGE= yes
|
2007-06-16 19:44:32 +02:00
|
|
|
.include <bsd.port.mk>
|