aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ffi/Makefile
blob: 4bc1053fc0ae9395ecf8a175431b4fac4818b162 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Christoph Kick

PORTNAME=	ffi
PORTVERSION=	1.15.5
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@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

.include <bsd.port.mk>