1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/rubygem-net-http-digest_auth11/Makefile
Rui Paulo c03a5d5678 Add rubygem-kensa v2.0.2.
This brings the following additional ports
* devel/rubygem-launch22
* misc/rubygem-mime-types117
* textproc/rubygem-nokogiri14
* www/rubygem-heroku-nav
* www/rubygem-mechanize26
* www/rubygem-net-http-digest_auth11
* www/rubygem-net-http-persistent25

With the exception of heroku-nav, all the other ports are just older versions
of already existing ports.

Reviewed by:	swills
2014-05-19 04:17:52 +00:00

19 lines
318 B
Makefile

# $FreeBSD$
PORTNAME= net-http-digest_auth
PKGNAMESUFFIX= 11
PORTVERSION= 1.1.1
CATEGORIES= www net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Implementation of RFC 2617 - Digest Access Authentication
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>