blob: e68cef860fc693fcc99afb780d591d5ff0c581fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: Ruby rdoc
# Date created: June 23, 2011
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= rdoc
PORTVERSION= 3.9.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= RDoc produces HTML and command-line documentation for Ruby projects
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
GEM_ENV+= RUBYLIB=${PREFIX}/${GEM_LIB_DIR}/lib
.include <bsd.port.pre.mk>
pre-install:
RUBYGEM_ARGS+= --bindir ${WRKDIR}
.include <bsd.port.post.mk>
|