Index: head/textproc/rubygem-linguistics/Makefile =================================================================== --- head/textproc/rubygem-linguistics/Makefile (revision 396632) +++ head/textproc/rubygem-linguistics/Makefile (revision 396633) @@ -1,22 +1,27 @@ # Created by: Eric Freeman # $FreeBSD$ PORTNAME= linguistics PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Framework for extending Ruby objects with linguistic methods LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-loggability>=0.11:${PORTSDIR}/textproc/rubygem-loggability NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= lib/linguistics.rb \ + lib/linguistics/en/linkparser.rb .include