1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/lang/ruby-usersguide/Makefile
2003-03-30 15:50:58 +00:00

30 lines
637 B
Makefile

# New ports collection makefile for: ruby-usersguide
# Date created: 30 Aug 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= ruby-usersguide
PORTVERSION= 20020616
CATEGORIES= lang ruby
MASTER_SITES= http://www.rubyist.net/~slagell/ruby/
DISTNAME= ${PORTNAME:S/usersguide/uguide/}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby users guide, in HTML format
USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
RUBY_NO_RUN_DEPENDS= yes
WRKSRC= ${WRKDIR}/rg
NO_BUILD= yes
do-install:
${MKDIR} ${RUBY_MODDOCDIR}
${INSTALL_DATA} ${WRKSRC}/* ${RUBY_MODDOCDIR}
.include <bsd.port.mk>