1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Remove outdated BROKEN_RUBY23

- While I'm here:
  - Add NO_ARCH
  - Convert to options target helper

With hat:	ruby
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-04-06 14:45:48 +00:00
parent 8b96851ee5
commit 54a573cab0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498136

View File

@ -11,10 +11,11 @@ MASTER_SITES= http://www.pitecan.com/Lens/ \
MAINTAINER= tota@FreeBSD.org
COMMENT= Mail filter written in Ruby
NO_BUILD= yes
BROKEN_RUBY23= yes
USE_RUBY= yes
USES= shebangfix
USE_RUBY= yes
NO_ARCH= yes
NO_BUILD= yes
LIB_FILES= lens.rb maildir.rb message.rb parsedate.rb classify.rb
SHEBANG_FILES= lens
@ -27,8 +28,12 @@ do-install:
.for f in ${LIB_FILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_SITELIBDIR}/lens
.endfor
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/index.html ${STAGEDIR}${DOCSDIR}
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/lensrc.sample ${STAGEDIR}${EXAMPLESDIR}/dot.lensrc
${INSTALL_DATA} ${WRKSRC}/commandmailrc.sample ${STAGEDIR}${EXAMPLESDIR}/dot.commandmailrc