freebsd-ports/www/rubygem-multipart-post/Makefile
Sunpoet Po-Chuan Hsieh bc1db37c20 - Update to 1.1.5
Changes:	https://github.com/nicksieger/multipart-post/blob/master/History.txt
Approved by:	clsung (maintainer, via IRC)
2012-02-15 06:49:32 +00:00

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>