bc1db37c20
Changes: https://github.com/nicksieger/multipart-post/blob/master/History.txt Approved by: clsung (maintainer, via IRC)
20 lines
425 B
Makefile
20 lines
425 B
Makefile
# Ports collection makefile for: rubygem-multipart-post
|
|
# Date created: Mar 03, 2011
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= multipart-post
|
|
PORTVERSION= 1.1.5
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Ruby Library that Use with Net::HTTP to do multipart form posts
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|