freebsd-ports/net/rubygem-http_parser.rb/Makefile
TAKATSU Tomonari e5825af3a1 - Update to 0.5.3
- Remove pkg-plist which should not have been added
  bacause RUBYGEM_AUTOPLIST has been set to "yes"
2011-10-02 04:51:47 +00:00

20 lines
409 B
Makefile

# New ports collection makefile for: rubygem-http_parser.rb
# Date created: 2011-06-23
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= http_parser.rb
PORTVERSION= 0.5.3
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= A simple callback-based HTTP request/response parser
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>