summaryrefslogtreecommitdiff
path: root/textproc/ruby-simple-rss/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2007-06-11 04:03:51 +0000
committerminskim <minskim>2007-06-11 04:03:51 +0000
commitb12b99075b9f007ff24b3469d539f9ade1c9bb8c (patch)
treefe8aa2831b16549b0858244680c0cd87b3b5e362 /textproc/ruby-simple-rss/Makefile
parent0a4a1b0dc12806b66bcc666da134bde70893a643 (diff)
downloadpkgsrc-b12b99075b9f007ff24b3469d539f9ade1c9bb8c.tar.gz
Import ruby-simple-rss.
Simple RSS is a simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation.
Diffstat (limited to 'textproc/ruby-simple-rss/Makefile')
-rw-r--r--textproc/ruby-simple-rss/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/ruby-simple-rss/Makefile b/textproc/ruby-simple-rss/Makefile
new file mode 100644
index 00000000000..02f28446f60
--- /dev/null
+++ b/textproc/ruby-simple-rss/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/11 04:03:51 minskim Exp $
+
+DISTNAME= simple-rss-1.1
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc ruby
+MASTER_SITES= http://rubyforge.org/frs/download.php/8346/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://simple-rss.rubyforge.org/
+COMMENT= Simple, flexible, extensible, and liberal RSS and Atom reader
+
+NO_BUILD= yes
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/modules.mk"
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/lib/simple-rss.rb ${RUBY_SITELIBDIR}
+ ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/simple-rss
+ cd ${WRKSRC}/html && pax -rwppm . ${RUBY_DOCDIR}/simple-rss
+
+.include "../../mk/bsd.pkg.mk"