diff options
author | seanc <seanc@FreeBSD.org> | 2002-11-21 20:02:50 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2002-11-21 20:02:50 +0000 |
commit | 68e7dcec0d9def8ce5cdec39dd0f8f57e42baa5e (patch) | |
tree | c251acb3c87b6e215c9b4b65233b23601d12e208 /net/ruby-spread/Makefile | |
parent | bccd229c57ce1d0af88493b458c72d2569edbf5d (diff) | |
download | FreeBSD-ports-68e7dcec0d9def8ce5cdec39dd0f8f57e42baa5e.zip FreeBSD-ports-68e7dcec0d9def8ce5cdec39dd0f8f57e42baa5e.tar.gz |
Add a Ruby interface to the Spread library.
Reviewed by: knu
Diffstat (limited to 'net/ruby-spread/Makefile')
-rw-r--r-- | net/ruby-spread/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net/ruby-spread/Makefile b/net/ruby-spread/Makefile new file mode 100644 index 0000000..b54cc1f --- /dev/null +++ b/net/ruby-spread/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: ruby-spread +# Date created: 2002 July 22 +# Whom: seanc@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= spread +PORTVERSION= 0.2 +CATEGORIES= net ruby +MASTER_SITES= http://www.rubynet.org/modules/net/spread/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DIST_SUBDIR= ruby + +MAINTAINER= seanc@FreeBSD.org + +LIB_DEPENDS= tspread.1:${PORTSDIR}/net/spread + +USE_RUBY= yes +USE_RUBY_EXTCONF= yes + +INSTALL_TARGET= site-install + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_MODEXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/flooder.rb ${RUBY_MODEXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/user.rb ${RUBY_MODEXAMPLESDIR} + ${MKDIR} ${RUBY_MODDOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR} +.endif + +.include <bsd.port.mk> |