mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
362e034545
Submitted by: az
47 lines
1.6 KiB
Makefile
47 lines
1.6 KiB
Makefile
# New ports collection makefile for: databases/p5-DBIx-SearchBuilder
|
|
# Date created: 29 May 2001
|
|
# Whom: Anton Berezin <tobez@tobez.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DBIx-SearchBuilder
|
|
PORTVERSION= 1.59
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Perl extension for easy SQL SELECT Statement generation
|
|
|
|
BUILD_DEPENDS= p5-Class-ReturnValue>=0:${PORTSDIR}/devel/p5-Class-ReturnValue \
|
|
p5-Cache-Simple-TimedExpiry>=0:${PORTSDIR}/devel/p5-Cache-Simple-TimedExpiry \
|
|
p5-Want>=0:${PORTSDIR}/devel/p5-Want \
|
|
p5-capitalization>=0:${PORTSDIR}/devel/p5-capitalization \
|
|
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
|
p5-DBIx-DBSchema>=0:${PORTSDIR}/databases/p5-DBIx-DBSchema \
|
|
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
|
|
p5-Encode>=0:${PORTSDIR}/converters/p5-Encode
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DBIx::SearchBuilder.3 DBIx::SearchBuilder::Handle.3 \
|
|
DBIx::SearchBuilder::Handle::Informix.3 \
|
|
DBIx::SearchBuilder::Handle::ODBC.3 \
|
|
DBIx::SearchBuilder::Handle::Oracle.3 \
|
|
DBIx::SearchBuilder::Handle::Pg.3 \
|
|
DBIx::SearchBuilder::Handle::SQLite.3 \
|
|
DBIx::SearchBuilder::Handle::Sybase.3 \
|
|
DBIx::SearchBuilder::Handle::mysql.3 \
|
|
DBIx::SearchBuilder::Handle::mysqlPP.3 \
|
|
DBIx::SearchBuilder::Record.3 \
|
|
DBIx::SearchBuilder::Record::Cachable.3 \
|
|
DBIx::SearchBuilder::SchemaGenerator.3 \
|
|
DBIx::SearchBuilder::Union.3 \
|
|
DBIx::SearchBuilder::Unique.3
|
|
|
|
.include <bsd.port.mk>
|