freebsd-ports/lang/ruby-programmingruby/Makefile
Akinori MUSHA fca4a714a3 Update to 0.3.
PR:		ports/32322
Submitted by:	Christopher Elkins <chrise@scardini.com>
2001-11-27 14:23:14 +00:00

31 lines
641 B
Makefile

# 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.3
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
USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
RUBY_NO_RUN_DEPENDS= yes
NO_BUILD= yes
DOCDIR= ${RUBY_DOCDIR}/${PORTNAME}
do-install:
${MKDIR} ${DOCDIR}
${CP} -R ${WRKSRC}/* ${DOCDIR}/
.include <bsd.port.mk>