18 lines
309 B
Makefile
18 lines
309 B
Makefile
# Created by: niels <niels@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= robots
|
|
PORTVERSION= 0.10.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple library to parse robots.txt files
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|