freebsd-ports/www/rubygem-feed-normalizer/Makefile
Sunpoet Po-Chuan Hsieh 001c6383c6 - Fix and sort RUN_DEPENDS: hoe is a development dependency
- Bump PORTREVISION for dependency change

With hat:	ruby
2015-11-29 07:00:35 +00:00

24 lines
541 B
Makefile

# Created by: TERAMOTO Masahiro <markun@onohara.to>
# $FreeBSD$
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:${PORTSDIR}/www/rubygem-hpricot \
rubygem-simple-rss>=1.1:${PORTSDIR}/www/rubygem-simple-rss
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>