mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
219bf253f9
PR: 188741
Submitted by: asomers
Obtained from: ac63e07f76
23 lines
390 B
Makefile
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>
|