diff options
Diffstat (limited to 'mail/lens')
-rw-r--r-- | mail/lens/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/lens/Makefile b/mail/lens/Makefile index b4a0f0b740b1..b08c3d53e0b5 100644 --- a/mail/lens/Makefile +++ b/mail/lens/Makefile @@ -3,7 +3,7 @@ PORTNAME= lens PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ruby MASTER_SITES= http://www.pitecan.com/Lens/ \ LOCAL/tota/lens @@ -12,10 +12,13 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Mail filter written in Ruby NO_BUILD= yes +BROKEN_RUBY22= yes +BROKEN_RUBY23= yes USE_RUBY= yes +USES= shebangfix LIB_FILES= lens.rb maildir.rb message.rb parsedate.rb classify.rb -RUBY_SHEBANG_FILES= lens +SHEBANG_FILES= lens OPTIONS_DEFINE= DOCS EXAMPLES |