summaryrefslogtreecommitdiff
path: root/devel/rubyforge/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2007-06-11 03:05:44 +0000
committerminskim <minskim>2007-06-11 03:05:44 +0000
commit70892aedd5f509bb18558f13583fbc25debbdc5b (patch)
tree396f574cefd7f6cfb13af9ff0200a6929ef13cd5 /devel/rubyforge/Makefile
parent5900e5681ecc38e81b09618990f1ad1a3821f005 (diff)
downloadpkgsrc-70892aedd5f509bb18558f13583fbc25debbdc5b.tar.gz
Import rubyforge, a simplistic script which automates a limited set of
RubyForge operations.
Diffstat (limited to 'devel/rubyforge/Makefile')
-rw-r--r--devel/rubyforge/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/rubyforge/Makefile b/devel/rubyforge/Makefile
new file mode 100644
index 00000000000..e58e7e76e2c
--- /dev/null
+++ b/devel/rubyforge/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/11 03:05:44 minskim Exp $
+
+DISTNAME= rubyforge-0.4.2
+CATEGORIES= devel ruby
+MASTER_SITES= http://rubyforge.org/frs/download.php/20911/
+EXTRACT_SUFX= .gem
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://rubyforge.org/projects/codeforpeople/
+COMMENT= Simplistic script automating RubyForge operations
+
+NO_BUILD= yes
+USE_LANGUAGES= # none
+REPLACE_RUBY= bin/rubyforge
+
+INSTALLATION_DIRS= bin
+
+.include "../../lang/ruby/modules.mk"
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/rubyforge ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}/http-access2
+ ${INSTALL_DATA} ${WRKSRC}/lib/http-access2/* \
+ ${RUBY_SITELIBDIR}/http-access2
+ ${INSTALL_DATA} ${WRKSRC}/lib/rubyforge.rb ${RUBY_SITELIBDIR}
+ ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/rubyforge
+ ${INSTALL_DATA} ${WRKSRC}/README.txt ${RUBY_DOCDIR}/rubyforge
+
+.include "../../mk/bsd.pkg.mk"