aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-simple-rss/Makefile
blob: ccedde424e9ecd0ffc432858947b8126e2c78a1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: TERAMOTO Masahiro <markun@onohara.to>
# $FreeBSD$

PORTNAME=   simple-rss
PORTVERSION=    1.3.1
CATEGORIES= www textproc rubygems
MASTER_SITES=   RG

MAINTAINER= markun@onohara.to
COMMENT=    Simple, flexible, extensible, and liberal RSS and Atom reader for Ruby

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>