freebsd-ports/databases/p5-Class-DBI-Lite/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

42 lines
1.2 KiB
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-DBI-Lite
PORTVERSION= 1.034
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Lightweight ORM for Perl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Cache-Memcached>=1.27:${PORTSDIR}/databases/p5-Cache-Memcached \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-Ima-DBI-Contextual>=1.005:${PORTSDIR}/databases/p5-Ima-DBI-Contextual \
p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract \
p5-SQL-Abstract-Limit>=0:${PORTSDIR}/databases/p5-SQL-Abstract-Limit
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle
DEPRECATED= deprecated by upstream
USES= perl5
USE_PERL5= configure
MAN3= Class::DBI::Lite.3 \
Class::DBI::Lite::CacheManager.3 \
Class::DBI::Lite::CacheManager::InMemory.3 \
Class::DBI::Lite::CacheManager::Memcached.3 \
Class::DBI::Lite::ColumnInfo.3 \
Class::DBI::Lite::Fixture.3 \
Class::DBI::Lite::Iterator.3 \
Class::DBI::Lite::Pager.3 \
Class::DBI::Lite::TableInfo.3 \
Class::DBI::Lite::Tutorial.3
.include <bsd.port.mk>