22 lines
400 B
Makefile
22 lines
400 B
Makefile
# New ports collection makefile for: rubygem-ffi
|
|
# Date created: 28 April 2010
|
|
# Whom: Christoph Kick
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ffi
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Extension for dynamic libraries & binding functions
|
|
|
|
RUBY_VER= 1.9
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|