diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-05 04:40:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-05 04:40:42 +0000 |
commit | 95ef92fbc6d20b6ab4945335d44eff1de4a55b62 (patch) | |
tree | 9cffc251553e04c18ad320eaf532b12a65796eeb | |
parent | 4411ea841b2ed3848daaf3e8513b6fc9df14ce8d (diff) | |
download | ports-95ef92fbc6d20b6ab4945335d44eff1de4a55b62.tar.gz ports-95ef92fbc6d20b6ab4945335d44eff1de4a55b62.zip |
Notes
-rw-r--r-- | databases/p5-Rose-DB-Object/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/databases/p5-Rose-DB-Object/Makefile b/databases/p5-Rose-DB-Object/Makefile index a57ef7f944cb..6978ad33466d 100644 --- a/databases/p5-Rose-DB-Object/Makefile +++ b/databases/p5-Rose-DB-Object/Makefile @@ -26,14 +26,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -OPTIONS= FAST_CLONE "use Scalar::Util::Clone (requires perl5.8+)" off - .include <bsd.port.pre.mk> -.if defined(WITH_FAST_CLONE) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util/Clone.pm:${PORTSDIR}/devel/p5-Scalar-Util-Clone -.endif - MAN3= Rose::DB::Object.3 \ Rose::DB::Object::Cached.3 \ Rose::DB::Object::ConventionManager.3 \ |