freebsd-ports/textproc/rubygem-rak/Makefile
Martin Wilke 768f02433a Rak is a grep replacement in pure Ruby. It accepts Ruby syntax regular
expressions and automatically recurses directories, skipping .svn/,
.cvs/, pkg/ and more things you don't care about. It is based on the Perl
tool.

WWW: http://rak.rubyforge.org/

PR:		ports/118625
Submitted by:	Robert Gogolok <gogo at cs.uni-sb.de>
2007-12-14 20:50:48 +00:00

21 lines
587 B
Makefile

# Ports collection makefile for: rubygem-rak
# Date created: 12 November 2007
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
#
# $FreeBSD$
PORTNAME= rak
PORTVERSION= 0.8.0
CATEGORIES= textproc rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gogo@cs.uni-sb.de
COMMENT= A grep replacement in pure Ruby
BUILD_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>