freebsd-ports/devel/rubygem-ffi/Makefile
Sunpoet Po-Chuan Hsieh 07ebb65036 - Update to 1.9.0
- Add LICENSE
- Cleanup Makefile header
- Remove trailing space in pkg-descr

Changes:	https://github.com/ffi/ffi/commits/master
2013-06-22 03:48:14 +00:00

20 lines
349 B
Makefile

# Created by: Christoph Kick
# $FreeBSD$
PORTNAME= ffi
PORTVERSION= 1.9.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Extension for dynamic libraries & binding functions
LICENSE= LGPL3
LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>