1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/ruby-fcgi/Makefile
Cheng-Lung Sung 1a748c895a - Update to 0.8.7
- take maintainership

PR:		ports/110613
Submitted by:	maintainer (Alexander Logvinov)
2007-03-22 01:25:27 +00:00

38 lines
792 B
Makefile

# New ports collection makefile for: Ruby/fcgi
# Date created: 7 December 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= fcgi
PORTVERSION= 0.8.7
CATEGORIES= www ruby
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= ports@logvinov.com
COMMENT= FastCGI library for Ruby
LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi
USE_RUBY= yes
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
CONFIGURE_ARGS= -- --with-opt-dir="${LOCALBASE}"
DOCS= README README.signals
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>