ef6c22b0a2
Feature safe: yes
23 lines
571 B
Makefile
23 lines
571 B
Makefile
# New ports collection makefile for: rubygem-net-http-digest_auth
|
|
# Date created: 2011-10-31
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= net-http-digest_auth
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= www net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= An implementation of RFC 2617 - Digest Access Authentication
|
|
|
|
RUN_DEPENDS= rubygem-hoe>=2.9.4:${PORTSDIR}/devel/rubygem-hoe \
|
|
rubygem-minitest>=2.0.2:${PORTSDIR}/devel/rubygem-minitest
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|