diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-08 09:05:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-08 09:05:35 +0000 |
commit | 6489d7ebc954c537256c844253ad7ea11d534dd2 (patch) | |
tree | bad091eb858eba916881b326fb6a2510da5159d8 /devel/p5-Alzabo/Makefile | |
parent | 28b43aa64361383471553d8b561f4c24a0947c1b (diff) |
Notes
Diffstat (limited to 'devel/p5-Alzabo/Makefile')
-rw-r--r-- | devel/p5-Alzabo/Makefile | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/devel/p5-Alzabo/Makefile b/devel/p5-Alzabo/Makefile new file mode 100644 index 000000000000..82ebb8b0b469 --- /dev/null +++ b/devel/p5-Alzabo/Makefile @@ -0,0 +1,93 @@ +# New ports collection makefile for: p5-Alzabo +# Date created: 8 Aug 2004 +# Whom: mat +# +# $FreeBSD$ +# + +PORTNAME= Alzabo +PORTVERSION= 0.83 +CATEGORIES= devel databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/D/DR/DROLSKY/ +PKGNAMEPREFIX= p5- + +MAINTAINER= mat@FreeBSD.org +COMMENT= A data modelling tool and RDBMS-OO mapper + +BUILD_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ + ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \ + ${SITE_PERL}/${PERL_ARCH}//Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= \ + Alzabo.3 \ + Alzabo::BackCompat.3 \ + Alzabo::ChangeTracker.3 \ + Alzabo::Column.3 \ + Alzabo::ColumnDefinition.3 \ + Alzabo::Config.3 \ + Alzabo::Create.3 \ + Alzabo::Create::Column.3 \ + Alzabo::Create::ColumnDefinition.3 \ + Alzabo::Create::ForeignKey.3 \ + Alzabo::Create::Index.3 \ + Alzabo::Create::Schema.3 \ + Alzabo::Create::Table.3 \ + Alzabo::Debug.3 \ + Alzabo::Design.3 \ + Alzabo::Driver.3 \ + Alzabo::Driver::MySQL.3 \ + Alzabo::Driver::PostgreSQL.3 \ + Alzabo::Exceptions.3 \ + Alzabo::FAQ.3 \ + Alzabo::ForeignKey.3 \ + Alzabo::Index.3 \ + Alzabo::Intro.3 \ + Alzabo::MethodMaker.3 \ + Alzabo::MySQL.3 \ + Alzabo::PostgreSQL.3 \ + Alzabo::QuickRef.3 \ + Alzabo::RDBMSRules.3 \ + Alzabo::RDBMSRules::MySQL.3 \ + Alzabo::RDBMSRules::PostgreSQL.3 \ + Alzabo::Runtime.3 \ + Alzabo::Runtime::Column.3 \ + Alzabo::Runtime::ColumnDefinition.3 \ + Alzabo::Runtime::Cursor.3 \ + Alzabo::Runtime::ForeignKey.3 \ + Alzabo::Runtime::Index.3 \ + Alzabo::Runtime::InsertHandle.3 \ + Alzabo::Runtime::JoinCursor.3 \ + Alzabo::Runtime::Row.3 \ + Alzabo::Runtime::RowCursor.3 \ + Alzabo::Runtime::RowState::Deleted.3 \ + Alzabo::Runtime::RowState::InCache.3 \ + Alzabo::Runtime::RowState::Live.3 \ + Alzabo::Runtime::RowState::Potential.3 \ + Alzabo::Runtime::Schema.3 \ + Alzabo::Runtime::Table.3 \ + Alzabo::Runtime::UniqueRowCache.3 \ + Alzabo::SQLMaker.3 \ + Alzabo::SQLMaker::MySQL.3 \ + Alzabo::SQLMaker::PostgreSQL.3 \ + Alzabo::Schema.3 \ + Alzabo::Table.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +.if ${PERL_LEVEL} < 500600 +IGNORE= Needs perl 5.6+, install lang/perl5 or lang/perl5.8 and try again +.endif +.endif + +.include <bsd.port.post.mk> |