blob: 7189b143234bc3b1f758c72039d55931c69a9ed7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# New ports collection makefile for: Class-DBI-Lite
# Date created: 16th March, 2010
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Class-DBI-Lite
PORTVERSION= 1.011
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Lightweight ORM for Perl
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-DBIx-ContextualFetch>=0:${PORTSDIR}/databases/p5-DBIx-ContextualFetch \
p5-Ima-DBI>=0:${PORTSDIR}/databases/p5-Ima-DBI \
p5-SQL-Abstract-Limit>=0:${PORTSDIR}/databases/p5-SQL-Abstract-Limit \
p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Class::DBI::Lite.3 \
Class::DBI::Lite::Fixture.3 \
Class::DBI::Lite::ColumnInfo.3 \
Class::DBI::Lite::CacheManager::InMemory.3 \
Class::DBI::Lite::CacheManager.3 \
Class::DBI::Lite::Pager.3 \
Class::DBI::Lite::Tutorial.3 \
Class::DBI::Lite::Iterator.3 \
Class::DBI::Lite::TableInfo.3 \
Class::DBI::Lite::CacheManager::Memcached.3
.include <bsd.port.mk>
|