summaryrefslogblamecommitdiff
path: root/textproc/ruby-amatch/Makefile
blob: 808c5c2500d958adc54afb9dba78ac24d05bb42c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                
                                                                            


















                                                         
# New ports collection makefile for:	Ruby/amatch
# Date created:		10 November 2002
# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=	amatch
PORTVERSION=	0.1.1
CATEGORIES=	textproc ruby
MASTER_SITES=	http://www.ping.de/~flori/programs/ruby/amatch/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	ruby

MAINTAINER=	knu@FreeBSD.org
COMMENT=	A Ruby library for approximate string matching and searching

USE_RUBY=	yes
USE_RUBY_SETUP=	yes
RUBY_SETUP=	install.rb

WRKSRC=		${WRKDIR}/${PORTNAME}
INSTALL_TARGET=	site-install

DOCS=		CHANGES README.en amatch.txt.en

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif

.include <bsd.port.mk>