1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/rubygem-ffi/Makefile
Sunpoet Po-Chuan Hsieh 07571d65cf Update to 1.10.0
Changes:	https://github.com/ffi/ffi/blob/master/CHANGELOG.md
PR:		234875
Submitted by:	Jose Luis Duran <jlduran@gmail.com>
2019-01-11 20:18:00 +00:00

21 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>