forked from Lainports/freebsd-ports
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
20 lines
409 B
Makefile
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>
|