- Remove NO_ARCH for dependent ports - Bump PORTREVISION for dependency and package change PR: 240425 Exp-run by: antoine
21 lines
390 B
Makefile
21 lines
390 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cld3
|
|
DISTVERSION= 3.2.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Compact Language Detection for Ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= protobuf>0:devel/protobuf \
|
|
rubygem-ffi110>=1.1.0<1.11.0:devel/rubygem-ffi110
|
|
|
|
USES= gem pkgconfig
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|