freebsd-ports/www/rubygem-multipart-post/Makefile
Sunpoet Po-Chuan Hsieh dd0c528248 - Add LICENSE
- Take maintainership
2014-12-24 06:15:48 +00:00

18 lines
350 B
Makefile

# 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>