diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-07 12:20:06 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-07 12:20:06 +0000 |
commit | 8d9b665003c7f5216b85b179aabc97e268b597a8 (patch) | |
tree | b890a0421545155626c5b6aeaf37830c21e27575 /databases/p5-Rose-DB-Object/Makefile | |
parent | ffde9db0df4142fc35e33ff0d30e86a965c77617 (diff) | |
download | ports-8d9b665003c7f5216b85b179aabc97e268b597a8.tar.gz ports-8d9b665003c7f5216b85b179aabc97e268b597a8.zip |
Notes
Diffstat (limited to 'databases/p5-Rose-DB-Object/Makefile')
-rw-r--r-- | databases/p5-Rose-DB-Object/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Rose-DB-Object/Makefile b/databases/p5-Rose-DB-Object/Makefile index 9b8788018c61..1cbbd73b7cdd 100644 --- a/databases/p5-Rose-DB-Object/Makefile +++ b/databases/p5-Rose-DB-Object/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Rose-DB-Object -PORTVERSION= 0.751 +PORTVERSION= 0.752 PORTEPOCH= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} MAINTAINER= hideo@lastamericanempire.com COMMENT= Extensible, high performance RDBMS-OO mapper -BUILD_DEPENDS= p5-Rose-DB>=0.724,1:${PORTSDIR}/databases/p5-Rose-DB \ +BUILD_DEPENDS= p5-Rose-DB>=0.725,1:${PORTSDIR}/databases/p5-Rose-DB \ ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS= ${BUILD_DEPENDS} |