mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
8f3ca8b6a0
- Add RG to WWW Feature safe: yes
20 lines
375 B
Makefile
20 lines
375 B
Makefile
# Ports collection makefile for: rubygem-robots
|
|
# Date created: 2010-04-11
|
|
# Whom: niels <niels@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= robots
|
|
PORTVERSION= 0.10.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= A simple library to parse robots.txt files
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|