- Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby
31 lines
1 KiB
Makefile
31 lines
1 KiB
Makefile
# Ports collection makefile for: gem-webby
|
|
# Date created: 06 Nov 2009
|
|
# Whom: Ryan Steinmetz (<rpsfa@rit.edu>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= webby
|
|
PORTVERSION= 0.9.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= rpsfa@rit.edu
|
|
COMMENT= A small website management system
|
|
|
|
RUN_DEPENDS= rubygem-redcloth>=4.2:${PORTSDIR}/www/rubygem-redcloth \
|
|
rubygem-launchy>=0.3.3:${PORTSDIR}/devel/rubygem-launchy \
|
|
rubygem-logging>=1.2.2:${PORTSDIR}/devel/rubygem-logging \
|
|
rubygem-flexmock>=0.2.1:${PORTSDIR}/devel/ruby-flexmock \
|
|
rubygem-lockfile>=1.4.3:${PORTSDIR}/devel/rubygem-lockfile \
|
|
rubygem-rspec>=1.2.7:${PORTSDIR}/devel/rubygem-rspec \
|
|
rubygem-little_plugger>=1.0.1:${PORTSDIR}/devel/rubygem-little_plugger \
|
|
rubygem-loquacious>=1.3.1:${PORTSDIR}/devel/rubygem-loquacious \
|
|
rubygem-hpricot>=0.6.0:${PORTSDIR}/www/rubygem-hpricot \
|
|
rubygem-directory_watcher>=1.1.2:${PORTSDIR}/devel/rubygem-directory_watcher
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/webby bin/webby-gen
|
|
|
|
.include <bsd.port.mk>
|