blob: 6a8fedc7be365cfa2881180762f9d206175d2ae2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= http_parser.rb
PORTVERSION= 0.6.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple callback-based HTTP request/response parser
LICENSE= MIT
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|