summaryrefslogtreecommitdiff
path: root/devel/ruby-activesupport/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-04-10 02:47:00 +0000
committerminskim <minskim@pkgsrc.org>2005-04-10 02:47:00 +0000
commit4e3b641f1f63eeb1be52c89c7a73ee26b13288e6 (patch)
treea1761697acd28a1fe78b0c0ad67009a2fa10f5c7 /devel/ruby-activesupport/Makefile
parentddca56469165195a62273e15b0b1e9ecbd63cb1f (diff)
downloadpkgsrc-4e3b641f1f63eeb1be52c89c7a73ee26b13288e6.tar.gz
Import ruby-activesupport.
Active Support is a collection of various utility classes and standard library extensions that were found useful for Rails. All these additions have hence been collected in this bundle as way to gather all that sugar that makes Ruby sweeter.
Diffstat (limited to 'devel/ruby-activesupport/Makefile')
-rw-r--r--devel/ruby-activesupport/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/ruby-activesupport/Makefile b/devel/ruby-activesupport/Makefile
new file mode 100644
index 00000000000..4ee5ae5135d
--- /dev/null
+++ b/devel/ruby-activesupport/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/04/10 02:47:00 minskim Exp $
+
+DISTNAME= activesupport-1.0.3
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= devel ruby
+MASTER_SITES= http://rubyforge.org/frs/download.php/3678/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://as.rubyonrails.com/
+COMMENT= Collection of classes and extensions for Rails
+
+NO_BUILD= yes
+NO_CONFIGURE= yes
+
+.include "../../lang/ruby/modules.mk"
+
+do-install:
+ ${CP} -R ${WRKSRC}/lib/* ${RUBY_SITELIBDIR}
+ ${CHOWN} -R ${LIBOWN}:${LIBGRP} ${RUBY_SITELIBDIR}/active_support*
+ ${FIND} ${RUBY_SITELIBDIR}/active_support -type d -print | \
+ ${XARGS} ${CHMOD} ${PKGDIRMODE}
+ ${FIND} ${RUBY_SITELIBDIR}/active_support* -type f -print | \
+ ${XARGS} ${CHMOD} ${LIBMODE}
+
+.include "../../mk/bsd.pkg.mk"