aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby-programmingruby/Makefile
blob: 12d2cadec7c5e22eedc5ce97288ce00216807db4 (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
# New ports collection makefile for:        Programming Ruby--The Book
# Date created:         8 March 2001
# Whom:             Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   programmingruby
PORTVERSION=    0.4
CATEGORIES= lang ruby
MASTER_SITES=   http://dev.rubycentral.com/downloads/files/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DISTNAME=   ProgrammingRuby-${PORTVERSION}
EXTRACT_SUFX=   .tgz
DIST_SUBDIR=    ruby

MAINTAINER= knu@FreeBSD.org
COMMENT=    The source of the Programming Ruby ("pick-axe") book in XML and HTML

USE_RUBY=   yes
RUBY_NO_BUILD_DEPENDS=  yes
RUBY_NO_RUN_DEPENDS=    yes

NO_BUILD=   yes

do-install:
    ${MKDIR} ${RUBY_MODDOCDIR}
    ${CP} -R ${WRKSRC}/* ${RUBY_MODDOCDIR}/

.include <bsd.port.mk>