d26ef18700
PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
19 lines
308 B
Makefile
19 lines
308 B
Makefile
# Created by: niels <niels@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|