aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-multipart-post/Makefile
blob: 6ffc3d1c3ec222bbdb946db54e509fb13afb5114 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=   multipart-post
PORTVERSION=    2.0.0
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Ruby Library that Use with Net::HTTP to do multipart form posts

LICENSE=    MIT

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>