forked from Lainports/opnsense-ports
18 lines
368 B
Makefile
18 lines
368 B
Makefile
PORTNAME= cld3
|
|
PORTVERSION= 3.4.2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Compact Language Detection for Ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
|
RUN_DEPENDS= rubygem-ffi>=1.1.0<1.16.0:devel/rubygem-ffi
|
|
|
|
USES= gem pkgconfig
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|