opnsense-ports/devel/rubygem-ffi-compiler/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

20 lines
378 B
Makefile

PORTNAME= ffi-compiler
PORTVERSION= 1.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby FFI library
WWW= https://github.com/ffi/ffi-compiler
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-ffi>=1.0.0:devel/rubygem-ffi \
rubygem-rake>=0:devel/rubygem-rake
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>