mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
363 B
Makefile
18 lines
363 B
Makefile
# Created by: Christoph Kick
|
|
# $FreeBSD: head/devel/rubygem-ffi/Makefile 432350 2017-01-24 15:39:01Z tz $
|
|
|
|
PORTNAME= ffi
|
|
PORTVERSION= 1.9.25
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Extension for dynamic libraries & binding functions
|
|
|
|
LIB_DEPENDS= libffi.so:devel/libffi
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|