mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
52 lines
1.6 KiB
Makefile
52 lines
1.6 KiB
Makefile
# New ports collection makefile for: Teng
|
|
# Date created: 27 Feb 2011
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Teng
|
|
PORTVERSION= 0.14
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:NEKOKAK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for very simple DBI wrapper/ORMapper
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
|
|
p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load \
|
|
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
|
|
p5-DBIx-Inspector>=0.03:${PORTSDIR}/databases/p5-DBIx-Inspector \
|
|
p5-DBIx-TransactionManager>=1.06:${PORTSDIR}/databases/p5-DBIx-TransactionManager \
|
|
p5-Data-Page>0:${PORTSDIR}/databases/p5-Data-Page \
|
|
p5-Data-Page-NoTotalEntries>=0.02:${PORTSDIR}/devel/p5-Data-Page-NoTotalEntries \
|
|
p5-SQL-Maker>=0.14:${PORTSDIR}/databases/p5-SQL-Maker
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|
p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \
|
|
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
|
|
p5-Test-SharedFork>=0.06:${PORTSDIR}/devel/p5-Test-SharedFork
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Teng.3 \
|
|
Teng::Iterator.3 \
|
|
Teng::Plugin::BulkInsert.3 \
|
|
Teng::Plugin::Count.3 \
|
|
Teng::Plugin::FindOrCreate.3 \
|
|
Teng::Plugin::Pager.3 \
|
|
Teng::Plugin::Pager::MySQLFoundRows.3 \
|
|
Teng::Plugin::Replace.3 \
|
|
Teng::QueryBuilder.3 \
|
|
Teng::Row.3 \
|
|
Teng::Schema.3 \
|
|
Teng::Schema::Declare.3 \
|
|
Teng::Schema::Dumper.3 \
|
|
Teng::Schema::Loader.3 \
|
|
Teng::Schema::Table.3
|
|
|
|
.include <bsd.port.mk>
|