blob: fc5efbbae62793739e135a9c1d2a550095fe5e0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|