freebsd-ports/devel/rubygem-nice-ffi/Makefile
Philip M. Gollucci 68f3e97edf - Fix dependency versions
PR:             ports/150809
Submitted by:   myself (pgollucci)
Approved by:    kick.christoph@googlemail.com (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-23 18:55:19 +00:00

23 lines
463 B
Makefile

# New ports collection makefile for: rubygem-nice-ffi
# Date created: 28 April 2010
# Whom: ws Christoph Kick
#
# $FreeBSD$
#
PORTNAME= nice-ffi
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= kick.christoph@googlemail.com
COMMENT= Nice-FFI is a layer on top of Ruby-FFI
RUN_DEPENDS= rubygem-ffi>=0.5.0:${PORTSDIR}/devel/rubygem-ffi
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>