diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-15 16:53:31 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-15 16:53:31 +0000 |
commit | 877e17feb682235e52f0517bf2d57052fd940d14 (patch) | |
tree | b457d20adc86251c78ce4242b0e239f538754330 /databases/p5-Rose-DB-Object/Makefile | |
parent | cda99b687eed9323737c4ff476af8c41a3123972 (diff) | |
download | FreeBSD-ports-877e17feb682235e52f0517bf2d57052fd940d14.zip FreeBSD-ports-877e17feb682235e52f0517bf2d57052fd940d14.tar.gz |
- Update to 0.741
PR: ports/100321
Submitted by: maintainer
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 3074391..ba5b2e0 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.740 +PORTVERSION= 0.741 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.72,1:${PORTSDIR}/databases/p5-Rose-DB \ +BUILD_DEPENDS= p5-Rose-DB>=0.721,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} |