freebsd-ports/www/rubygem-rubyfulsoup/Makefile
Dirk Meyer 851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00

20 lines
410 B
Makefile

# $FreeBSD$
PORTNAME= rubyfulsoup
PORTVERSION= 1.0.4
CATEGORIES= www textproc rubygems
MASTER_SITES= RG
DISTNAME= rubyful_soup-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby port of the HTML/XML parser Beautiful Soup
RUN_DEPENDS= rubygem-htmltools>=1.10:${PORTSDIR}/textproc/rubygem-htmltools
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>