freebsd-ports/textproc/ruby-text-format/Makefile
Akinori MUSHA 48ea4a0a49 Fix the fetch problem by updating to the latest version, 0.52.2, which
seems to be a reroll of 0.52.1 with some typos fixed.

Submitted by:	fenner's portsurvey
2002-11-25 18:17:23 +00:00

30 lines
621 B
Makefile

# New ports collection makefile for: Text::Format for Ruby
# Date created: 24 October 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= text-format
PORTVERSION= 0.52.2
CATEGORIES= textproc ruby
MASTER_SITES= http://www.halostatue.ca/files/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= Text-Format-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
NO_BUILD= yes
do-install:
cd ${WRKSRC}; ${RUBY} install.rb
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
${CP} -R ${WRKSRC}/Changelog ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/
.endif
.include <bsd.port.mk>