aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-webrobots/Makefile
blob: e331ffc67c0b467fc8e28290a9bc4bec602cc0d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   webrobots
PORTVERSION=    0.1.1
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Write robots.txt compliant web robots in Ruby

LICENSE=    BSD

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>