1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/rubygem-ffi/Makefile
Steve Wills 219bf253f9 devel/rubygem-ffi: Fix loading libc on 10.x and newer
PR:		188741
Submitted by:	asomers
Obtained from:	ac63e07f76
2014-08-23 14:08:10 +00:00

23 lines
390 B
Makefile

# Created by: Christoph Kick
# $FreeBSD$
PORTNAME= ffi
PORTVERSION= 1.9.3
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Extension for dynamic libraries & binding functions
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
USE_RAKE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>