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

Changes:	https://github.com/protocolbuffers/protobuf/releases
2022-02-28 20:46:46 +08:00

19 lines
384 B
Makefile

PORTNAME= cld3
PORTVERSION= 3.4.3
PORTREVISION= 1
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>