freebsd-ports/net/rubygem-httpauth/Makefile
Sunpoet Po-Chuan Hsieh 87e2dcbe91 - Add rubygem-httpauth 0.1
HTTPauth is a library supporting the full HTTP Authentication protocol as
specified in RFC 2617; both Digest Authentication and Basic Authentication.

WWW: http://httpauth.rubyforge.org/
RG:  https://rubygems.org/gems/httpauth
2012-04-16 16:56:42 +00:00

20 lines
409 B
Makefile

# New ports collection makefile for: rubygem-httpauth
# Date created: 2012-04-16
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= httpauth
PORTVERSION= 0.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A library for HTTP authentication protocol in RFC 2617
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>