e5825af3a1
- Remove pkg-plist which should not have been added bacause RUBYGEM_AUTOPLIST has been set to "yes"
20 lines
409 B
Makefile
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>
|