16 lines
265 B
Makefile
16 lines
265 B
Makefile
PORTNAME= robotex
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple library to obey robots.txt files
|
|
WWW= https://github.com/chriskite/robotex
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|