mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
23 lines
475 B
Makefile
23 lines
475 B
Makefile
# Created by: TERAMOTO Masahiro <markun@onohara.to>
|
|
|
|
PORTNAME= feed-normalizer
|
|
PORTVERSION= 1.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
COMMENT= Extensible wrapper for Atom and RSS parsers
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/License.txt
|
|
|
|
RUN_DEPENDS= rubygem-hpricot>=0.6:www/rubygem-hpricot \
|
|
rubygem-simple-rss>=1.1:www/rubygem-simple-rss
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|