diff options
Diffstat (limited to 'net/ruby-socketproxy/Makefile')
-rw-r--r-- | net/ruby-socketproxy/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net/ruby-socketproxy/Makefile b/net/ruby-socketproxy/Makefile deleted file mode 100644 index a6810dea84d6..000000000000 --- a/net/ruby-socketproxy/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# 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> |