forked from Lainports/freebsd-ports
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>
21 lines
587 B
Makefile
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>
|