mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
24 lines
407 B
Makefile
24 lines
407 B
Makefile
# Created by: Christoph Kick
|
|
|
|
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 and 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>
|