1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/ruby-borges/Makefile
Mark Linimon 34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00

43 lines
1012 B
Makefile

# New ports collection makefile for: Ruby-Borges
# Date created: 31 January 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= borges
PORTVERSION= 1.1.0
CATEGORIES= www ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/574/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
COMMENT= A web application framework for Ruby that allows linear programming
USE_RUBY= yes
USE_RUBY_SETUP= yes
DOCS= BUGS CHANGELOG README
EXAMPLES= data/examples/ruby/borges/*
RUBY_REQUIRE= Ruby > 180
.include <bsd.port.pre.mk>
.if !defined(RUBY_PROVIDED)
IGNORE= only works with Ruby 1.8.0 or later
.endif
post-extract:
# This port is not really RUBY_MODEXAMPLESDIR/RUBY_MODDOCDIR clean
.for d in doc examples
${MV} ${WRKSRC}/data/${d}/ruby/Borges ${WRKSRC}/data/${d}/ruby/borges
${MV} ${WRKSRC}/data/${d}/ruby ${WRKSRC}/data/${d}/${RUBY_NAME}
.if defined(NOPORTDOCS)
${MV} ${WRKSRC}/data/${d} ${WRKSRC}/
.endif
.endfor
.include <bsd.port.post.mk>