Changes: https://github.com/ffi/ffi/blob/master/CHANGELOG.md PR: 234875 Submitted by: Jose Luis Duran <jlduran@gmail.com>
20 lines
354 B
Makefile
20 lines
354 B
Makefile
# Created by: Christoph Kick
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ffi
|
|
PORTVERSION= 1.10.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@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
|
|
|
|
.include <bsd.port.mk>
|