0a9f8dd1df
Approved by: portmgr (erwin)
44 lines
1.0 KiB
Makefile
44 lines
1.0 KiB
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= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
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>
|