freebsd-ports/www/rubygem-htauth/Makefile
Dirk Meyer a49e7bcad8 HTAuth is a pure ruby replacement for the Apache support programs htdigest
and htpasswd. Command line and API access are provided for access to
htdigest and htpasswd files.

WWW: http://copiousfreetime.rubyforge.org/htauth/
2008-04-19 10:47:14 +00:00

23 lines
529 B
Makefile

# Ports collection makefile for: gem-color
# Date created: 19 Apr 2008
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
PORTNAME= htauth
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= copiousfreetime
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Replacement for the Apache htdigest and htpasswd
BUILD_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
.include <bsd.port.mk>