freebsd-ports/devel/rubygem-ffi110/Makefile
Niclas Zeising 0e32330f15 Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.

PR:		247028 (for tracking)
2020-07-04 18:11:42 +00:00

24 lines
417 B
Makefile

# Created by: Christoph Kick
# $FreeBSD$
PORTNAME= ffi
PORTVERSION= 1.10.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 110
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Extension for dynamic libraries & binding functions
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libffi.so:devel/libffi
USES= gem
USE_RUBY= yes
PORTSCOUT= limit:^1\.10\.
.include <bsd.port.mk>