diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-13 22:15:30 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-13 22:15:30 +0000 |
| commit | ad6e634e8846f3a75bc933b26dd9d7f1877f3fb6 (patch) | |
| tree | c144125bca7b5937a7f313947e0208b5a257728c /textproc/rubygem-opml | |
| parent | a772853a33f4ba970d15ef7dd19e2ee51a156eb3 (diff) | |
Notes
Diffstat (limited to 'textproc/rubygem-opml')
| -rw-r--r-- | textproc/rubygem-opml/Makefile | 20 | ||||
| -rw-r--r-- | textproc/rubygem-opml/distinfo | 3 | ||||
| -rw-r--r-- | textproc/rubygem-opml/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/rubygem-opml/Makefile b/textproc/rubygem-opml/Makefile new file mode 100644 index 000000000000..d7eaef38e9f0 --- /dev/null +++ b/textproc/rubygem-opml/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rubygem-opml +# Date created: 2009-07-13 +# Whom: TERAMOTO Masahiro <markun@onohara.to> +# +# $FreeBSD$ +# + +PORTNAME= opml +PORTVERSION= 1.0.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RF + +MAINTAINER= markun@onohara.to +COMMENT= A simple wrapper for parsing OPML files + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-opml/distinfo b/textproc/rubygem-opml/distinfo new file mode 100644 index 000000000000..0dc19d0ea908 --- /dev/null +++ b/textproc/rubygem-opml/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/opml-1.0.0.gem) = 1ff5a481fc18adb4debbd6b00738cfa8 +SHA256 (rubygem/opml-1.0.0.gem) = 6ee79c91b7e7a197a661d76d83c8d857988ca0ddc975f67dace23fb0be47d4df +SIZE (rubygem/opml-1.0.0.gem) = 10240 diff --git a/textproc/rubygem-opml/pkg-descr b/textproc/rubygem-opml/pkg-descr new file mode 100644 index 000000000000..163045836f74 --- /dev/null +++ b/textproc/rubygem-opml/pkg-descr @@ -0,0 +1,3 @@ +A simple wrapper for parsing OPML files. + +WWW: http://rubyforge.org/projects/opml/ |
