openbsd-ports/www/ruby-fcgi/Makefile
jeremy 5db8da2491 Bump ruby gem ext ports after change to PLISTs
This does not include all ruby gem ext ports, but the remaining ones have
updates that will be committed separately.
2016-11-04 21:26:37 +00:00

23 lines
400 B
Makefile

# $OpenBSD: Makefile,v 1.21 2016/11/04 21:26:38 jeremy Exp $
COMMENT= ruby FastCGI library
DISTNAME= fcgi-0.9.2.1
REVISION = 0
CATEGORIES= www
# ruby license
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
WANTLIB= fcgi
LIB_DEPENDS= www/fcgi>=2.4.0
CONFIGURE_STYLE=ruby gem ext
CONFIGURE_ARGS= --with-fcgi-include=${LOCALBASE}/include \
--with-fcgi-lib=${LOCALBASE}/lib
.include <bsd.port.mk>