freebsd-ports/devel/rubygem-rdoc/Makefile
Philip M. Gollucci 4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00

30 lines
588 B
Makefile

# $FreeBSD$
PORTNAME= rdoc
PORTVERSION= 4.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
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
NO_ARCH= yes
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>