diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-04-23 20:32:03 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-04-23 20:32:03 +0000 |
commit | fa477f539606337e8fab76e97a53f1bfa93750bf (patch) | |
tree | a3b3b9c9162a94721a8a7ebc2d0df1d667ffe1f6 /mail/lens | |
parent | a884e95f0646f0fb3abc2f85351589b4e1b59e10 (diff) |
Notes
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 |