mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
f3a60eb0e7
Approved by: itetcu (mentor, implicit)
20 lines
373 B
Makefile
20 lines
373 B
Makefile
# Ports collection makefile for: rubygem-robots
|
|
# Date created: 2010-04-11
|
|
# Whom: niels <niels@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= robots
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= niels@FreeBSD.org
|
|
COMMENT= A simple library to parse robots.txt files
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|