freebsd-ports/devel/rubygem-ffi/Makefile
Jung-uk Kim 57945c1ebe - Update devel/libffi to 3.0.11.
- Reset maintainership for libffi.  See ports/164941.

PR:		ports/171768
Submitted by:	Takefu <takefu@airport.fm>
2013-01-29 00:35:32 +00:00

23 lines
430 B
Makefile

# New ports collection makefile for: rubygem-ffi
# Date created: 28 April 2010
# Whom: Christoph Kick
#
# $FreeBSD$
#
PORTNAME= ffi
PORTVERSION= 1.0.11
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Extension for dynamic libraries & binding functions
LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>