aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rdoc3/Makefile
blob: dd475484378b52930269dd6663fc3a2f3d465d2d (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
28
29
30
# $FreeBSD$

PORTNAME=   rdoc
PORTVERSION=    3.12.2
CATEGORIES= devel rubygems
MASTER_SITES=   RG
PKGNAMESUFFIX=  3

MAINTAINER= ruby@FreeBSD.org
COMMENT=    RDoc produces HTML and command-line documentation for Ruby projects

LICENSE=    GPLv2 RUBY
LICENSE_COMB=   dual

BUILD_DEPENDS=  rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json
RUN_DEPENDS=    rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json

USE_RUBY=   yes
USE_RUBYGEMS=   yes
USE_RUBY_FEATURES=  iconv
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>