22 lines
494 B
Makefile
22 lines
494 B
Makefile
PORTNAME= linguistics
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Framework for extending Ruby objects with linguistic methods
|
|
WWW= https://deveiate.org/projects/Linguistics/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-loggability>=0.11<1:textproc/rubygem-loggability
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= lib/linguistics.rb \
|
|
lib/linguistics/en/linkparser.rb
|
|
|
|
.include <bsd.port.mk>
|