freebsd-ports/www/rubygem-scrubyt/Makefile
TAKATSU Tomonari 5d3072781e - Add LICENSE
2010-12-31 10:07:01 +00:00

27 lines
562 B
Makefile

# New ports collection makefile for: rubygem-scrubyt
# Date created: 2007-03-13
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
#
# $FreeBSD$
#
PORTNAME= scrubyt
PORTVERSION= 0.4.11
CATEGORIES= www rubygems
MASTER_SITES= RF
MAINTAINER= tota@FreeBSD.org
COMMENT= A powerful web scraping toolkit written in Ruby
RUN_DEPENDS= rubygem-hpricot>=0.5:${PORTSDIR}/www/rubygem-hpricot \
rubygem-mechanize>=0.6.3:${PORTSDIR}/www/rubygem-mechanize
LICENSE= GPLv2
GEM_NAME= ${PORTNAME}-0.4.1
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>