freebsd-ports/textproc/rubygem-rak/Makefile
Sunpoet Po-Chuan Hsieh fb42ec2f71 - Add LICENSE
- Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
2015-04-05 18:25:00 +00:00

21 lines
341 B
Makefile

# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
# $FreeBSD$
PORTNAME= rak
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Grep replacement in pure Ruby
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rak
.include <bsd.port.mk>