aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Oryx/Makefile
blob: 965954c756dc293c986bc86a1ea85d0647eedd7e (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
# Created by: Zach Thompson <hideo@lastamericanempire.com>
# $FreeBSD$

PORTNAME=   Oryx
PORTVERSION=    0.24
PORTREVISION=   2
CATEGORIES= databases perl5
MASTER_SITES=   CPAN/XML/RHUNDT
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Meta-Model Driven Object Persistance with Multiple Inheritance

BUILD_DEPENDS=  p5-SQL-Abstract>=0:databases/p5-SQL-Abstract \
        p5-DBM-Deep>=0:databases/p5-DBM-Deep \
        p5-YAML>=0:textproc/p5-YAML \
        p5-Class-Date>=0:devel/p5-Class-Date \
        p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \
        p5-Ima-DBI>=0:databases/p5-Ima-DBI \
        p5-Data-Types>=0:devel/p5-Data-Types \
        p5-Class-Observable>=0:devel/p5-Class-Observable
RUN_DEPENDS:=   ${BUILD_DEPENDS}
TEST_DEPENDS=   p5-XML-DOM-Lite>0:textproc/p5-XML-DOM-Lite \
        p5-DBD-SQLite>=0:databases/p5-DBD-SQLite

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>