20 lines
385 B
Makefile
20 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ronn
|
|
PORTVERSION= 0.7.3
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Builds manuals
|
|
|
|
RUN_DEPENDS= rubygem-hpricot>=0.8.2:www/rubygem-hpricot \
|
|
rubygem-rdiscount>=1.5.8:textproc/rubygem-rdiscount \
|
|
rubygem-mustache>=0.7.0:devel/rubygem-mustache
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/ronn
|
|
|
|
.include <bsd.port.mk>
|