mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
f4d112cfe7
PR: 118041 Submitted by: hideo <hideo@lastamericanempire.com>
48 lines
1.4 KiB
Makefile
48 lines
1.4 KiB
Makefile
# New ports collection makefile for: databases/p5-Rose-DB
|
|
# Date created: 09 June 2006
|
|
# Whom: Zach Thompson <hideo@lastamericanempire.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Rose-DB
|
|
PORTVERSION= 0.736
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Rose
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= hideo@lastamericanempire.com
|
|
COMMENT= A DBI wrapper and abstraction layer
|
|
|
|
BUILD_DEPENDS= p5-Rose-DateTime>=0.532:${PORTSDIR}/devel/p5-Rose-DateTime \
|
|
${SITE_PERL}/SQL/ReservedWords.pm:${PORTSDIR}/databases/p5-SQL-ReservedWords \
|
|
${SITE_PERL}/${PERL_ARCH}/Bit/Vector/Overload.pm:${PORTSDIR}/math/p5-Bit-Vector \
|
|
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
|
${SITE_PERL}/DateTime/Format/MySQL.pm:${PORTSDIR}/devel/p5-DateTime-Format-MySQL \
|
|
${SITE_PERL}/DateTime/Format/Pg.pm:${PORTSDIR}/devel/p5-DateTime-Format-Pg \
|
|
${SITE_PERL}/Clone/PP.pm:${PORTSDIR}/devel/p5-Clone-PP \
|
|
${SITE_PERL}/Time/Clock.pm:${PORTSDIR}/devel/p5-Time-Clock \
|
|
${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= Rose::DB.3 \
|
|
Rose::DB::Cache.3 \
|
|
Rose::DB::Cache::Entry.3 \
|
|
Rose::DB::Constants.3 \
|
|
Rose::DB::Generic.3 \
|
|
Rose::DB::Informix.3 \
|
|
Rose::DB::MySQL.3 \
|
|
Rose::DB::Oracle.3 \
|
|
Rose::DB::Pg.3 \
|
|
Rose::DB::Registry.3 \
|
|
Rose::DB::Registry::Entry.3 \
|
|
Rose::DB::SQLite.3 \
|
|
Rose::DB::Tutorial.3
|
|
|
|
.include <bsd.port.mk>
|