21 lines
355 B
Makefile
21 lines
355 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= ffi-win32-extensions
|
||
|
PORTVERSION= 1.0.3
|
||
|
CATEGORIES= devel rubygems
|
||
|
MASTER_SITES= RG
|
||
|
|
||
|
MAINTAINER= ruby@FreeBSD.org
|
||
|
COMMENT= Extends the FFI and String classes on MS Windows
|
||
|
|
||
|
LICENSE= APACHE20
|
||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||
|
|
||
|
RUN_DEPENDS= rubygem-ffi>0:devel/rubygem-ffi
|
||
|
|
||
|
NO_ARCH= yes
|
||
|
USE_RUBY= yes
|
||
|
USES= gem
|
||
|
|
||
|
.include <bsd.port.mk>
|