aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-robots/Makefile
blob: 8d4cc8bfa6eadfb9a73a1056375a028de55eb7a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	robots
PORTVERSION=	0.10.1
PORTREVISION=	1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple library to parse robots.txt files
WWW=		https://github.com/fizx/robots

LICENSE=	MIT

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>