freebsd-ports/textproc/rubygem-cld3/Makefile
Po-Chuan Hsieh f4acead636
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		257026
Exp-run by:	antoine
2021-07-22 02:11:52 +08:00

19 lines
390 B
Makefile

PORTNAME= cld3
DISTVERSION= 3.3.0
PORTREVISION= 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-ffi110>=1.1.0<1.12.0:devel/rubygem-ffi110
USES= gem pkgconfig
USE_RUBY= yes
.include <bsd.port.mk>