/mail/spamd/

eebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Grove
0 committer erwin <erwin@FreeBSD.org> 2006-02-20 04:07:41 +0800 Oryx is an object persistence framework which supports both object-relational' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/databases/p5-Oryx/Makefile?h=gnome-3.24&id=7518e13ff95db655d09721cf854d79e3d29bc8f2'>7518e13ff95d
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-1/+1
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-5/+1
* - Add LICENSEsunpoet2014-04-272-3/+3
* Support STAGEDIR.vanilla2013-11-072-17/+16
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Convert to new perl frameworkaz2013-08-031-1/+2
1
2
3
4
5
6
7
8
9






                                                                                    
                    



                                        
                                            








                                                                                                    
                                                                                        



                                                                             
                                                                                 
                                                                                      











                                                                               






                                                                        
# New ports collection makefile for:    databases/p5-Oryx
# Date created:             18 February 2006
# Whom:                 Zach Thompson <hideo@lastamericanempire.com>
#
# $FreeBSD$
#

PORTNAME=   Oryx
PORTVERSION=    0.24
CATEGORIES= databases perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML/RHUNDT
PKGNAMEPREFIX=  p5-

MAINTAINER= hideo@lastamericanempire.com
COMMENT=    Meta-Model Driven Object Persistance with Multiple Inheritance

BUILD_DEPENDS=  ${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract \
        ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \
        ${SITE_PERL}/DBM/Deep.pm:${PORTSDIR}/databases/p5-DBM-Deep \
        ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
        ${SITE_PERL}/${PERL_ARCH}/Class/Date.pm:${PORTSDIR}/devel/p5-Class-Date \
        ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
        ${SITE_PERL}/Ima/DBI.pm:${PORTSDIR}/databases/p5-Ima-DBI \
        ${SITE_PERL}/Data/Types.pm:${PORTSDIR}/devel/p5-Data-Types \
        ${SITE_PERL}/Class/Observable.pm:${PORTSDIR}/devel/p5-Class-Observable \
        ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=   Oryx.3 Oryx::Association.3 Oryx::Association::Array.3 Oryx::Attribute.3 \
    Oryx::Class.3 Oryx::DBI.3 Oryx::DBI::Util.3 Oryx::DBM.3 Oryx::Manual::Guts.3 \
    Oryx::MetaClass.3 Oryx::Parent.3 Oryx::Schema.3 Oryx::Value.3 \
    Oryx::DBI::Association::Hash.3 Oryx::Value::String.3 \
    Oryx::DBI::Util::Pg.3 Oryx::DBI::Attribute.3 Oryx::DBI::Association.3 \
    Oryx::Value::Oid.3 Oryx::DBI::Util::mysql.3 Oryx::Value::Binary.3 \
    Oryx::DBI::Association::Array.3 Oryx::Association::Hash.3 \
    Oryx::Value::Integer.3 Oryx::DBM::Association::Array.3 \
    Oryx::DBM::Association::Reference.3 Oryx::DBI::Class.3 \
    Oryx::Value::Boolean.3 Oryx::Value::Float.3 Oryx::Value::Complex.3 \
    Oryx::DBI::Util::Generic.3 Oryx::DBM::Association::Hash.3 \
    Oryx::DBM::Attribute.3 Oryx::DBI::Association::Reference.3 \
    Oryx::DBM::Parent.3 Oryx::Value::DateTime.3 Oryx::DBI::Util::SQLite.3 \
    Oryx::DBM::Association.3 Oryx::DBM::Class.3 Oryx::DBI::Parent.3 \
    Oryx::Association::Reference.3 Oryx::DBM::Util.3 Oryx::Value::Text.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>