freebsd-ports/devel/rubygem-ffi-yajl/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
427 B
Makefile

# $FreeBSD$
PORTNAME= ffi-yajl
PORTVERSION= 1.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= Ruby FFI wrapper around YAJL 2.x
LICENSE= APACHE20
RUN_DEPENDS= yajl>=2.0.0:devel/yajl \
rubygem-ffi>=0:devel/rubygem-ffi \
rubygem-libyajl2>=1.0.0:devel/rubygem-libyajl2
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/ffi-yajl-bench
.include <bsd.port.mk>