blob: 0279cb8ef3d3afd6274516bdb7fb55f208d3cbf0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: rubygem-ffi
# Date created: 28 April 2010
# Whom: Christoph Kick
#
# $FreeBSD$
#
PORTNAME= ffi
PORTVERSION= 1.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Extension for dynamic libraries & binding functions
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.pre.mk>
RUBY_VER= 19
BROKEN= rake not found
.include <bsd.port.post.mk>
|