diff options
Diffstat (limited to 'net/ruby-socketproxy/Makefile')
-rw-r--r-- | net/ruby-socketproxy/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/ruby-socketproxy/Makefile b/net/ruby-socketproxy/Makefile new file mode 100644 index 000000000000..a6810dea84d6 --- /dev/null +++ b/net/ruby-socketproxy/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Ruby/TCPSocketPipe +# Date created: 20 July 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= tcpsocketpipe +PORTVERSION= 1.8 +CATEGORIES= net ruby +MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/TCPSocketPipe/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= TCPSocketPipe-${PORTVERSION:S/./_/g} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +RUN_DEPENDS= ${RUBY_SITELIBDIR}/application.rb:${PORTSDIR}/sysutils/ruby-application.rb \ + ${RUBY_SITELIBDIR}/dump.rb:${PORTSDIR}/converters/ruby-dump.rb + +USE_RUBY= yes + +NO_BUILD= yes + +do-install: + ${INSTALL_DATA} ${WRKSRC}/TCPSocketPipe.rb ${RUBY_SITELIBDIR}/ +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/monitor.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/ +.endif + +.include <bsd.port.mk> |