opnsense-ports/devel/rubygem-ffi/Makefile
Franco Fichtner 97e1154653 */*: sync with upstream
Taken from: HardenedBSD
2018-07-30 06:47:24 +02:00

24 lines
499 B
Makefile

# Created by: Christoph Kick
# $FreeBSD$
PORTNAME= ffi
PORTVERSION= 1.9.25
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
USE_RUBY= yes
USES= gem
post-patch:
@${LN} -s i386-freebsd ${WRKSRC}/lib/ffi/platform/arm-freebsd
@${LN} -s x86_64-freebsd ${WRKSRC}/lib/ffi/platform/aarch64-freebsd
.include <bsd.port.mk>