diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-17 08:46:56 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-17 08:46:56 +0000 |
commit | 3c1002efe51324b6fbbaef0569341342b2c33b06 (patch) | |
tree | f06a906db36288ba5023c5101ea3df6a66c11c35 /textproc/rubygem-ferret/Makefile | |
parent | 0bb510575f30d076aafb9dd167af56ed0790094c (diff) | |
download | ports-3c1002efe51324b6fbbaef0569341342b2c33b06.tar.gz ports-3c1002efe51324b6fbbaef0569341342b2c33b06.zip |
Notes
Diffstat (limited to 'textproc/rubygem-ferret/Makefile')
-rw-r--r-- | textproc/rubygem-ferret/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/rubygem-ferret/Makefile b/textproc/rubygem-ferret/Makefile index 5a5a9075c8da..f52030e4f780 100644 --- a/textproc/rubygem-ferret/Makefile +++ b/textproc/rubygem-ferret/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ferret -PORTVERSION= 0.10.2 +PORTVERSION= 0.10.4 CATEGORIES= textproc rubygems MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= clsung@FreeBSD.org COMMENT= Ferret is a ruby port of Lucene +BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake + USE_RUBY= yes post-install: |