23 lines
418 B
Makefile
23 lines
418 B
Makefile
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= rss
|
||
|
PORTVERSION= 0.2.9
|
||
|
CATEGORIES= www rubygems
|
||
|
MASTER_SITES= RG
|
||
|
|
||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||
|
COMMENT= Family of libraries that support various formats of XML feeds
|
||
|
|
||
|
LICENSE= BSD2CLAUSE
|
||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||
|
|
||
|
RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml
|
||
|
|
||
|
USES= gem
|
||
|
USE_RUBY= yes
|
||
|
|
||
|
NO_ARCH= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|