freebsd-ports/www/rubygem-robots/Makefile
2014-08-26 17:35:53 +00:00

22 lines
367 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
post-extract:
${CHMOD} -R a+r ${WRKSRC}
.include <bsd.port.mk>