1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/rubygem-htauth/Makefile
Philip M. Gollucci bc03b273ca RF -> RG Conversion (Part III)
With Hat:       ruby@
Tested by:      make checksum
2010-09-09 19:12:56 +00:00

24 lines
512 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.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Replacement for the Apache htdigest and htpasswd
RUN_DEPENDS= rubygem-highline>=1.5.0:${PORTSDIR}/devel/rubygem-highline
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/htdigest-ruby bin/htpasswd-ruby
.include <bsd.port.mk>