21 lines
381 B
Makefile
21 lines
381 B
Makefile
|
# New ports collection makefile for: rubygem-robotex
|
||
|
# Date created: 2012-06-05
|
||
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= robotex
|
||
|
PORTVERSION= 1.0.0
|
||
|
CATEGORIES= www rubygems
|
||
|
MASTER_SITES= RG
|
||
|
|
||
|
MAINTAINER= ruby@FreeBSD.org
|
||
|
COMMENT= A simple library to obey robots.txt files
|
||
|
|
||
|
USE_RUBY= yes
|
||
|
USE_RUBYGEMS= yes
|
||
|
RUBYGEM_AUTOPLIST= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|