freebsd-ports/www/redmine-http-auth/Makefile
Eygene Ryabinkin b0baa75cef New port: www/redmine-http-auth
Plugin for doing HTTP-based authentication in Redmine.  Also contains
the generic module, bsd.redmine.mk, for making Redmine plugins.

Reviewed by: decke
Approved by: garga (mentor)
PR: ports/150507
2010-11-26 13:53:56 +00:00

20 lines
538 B
Makefile

# New ports collection makefile for: redmine-http-auth
# Date created: 2010-09-12
# Whom: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
#
# $FreeBSD$
#
PORTNAME= http-auth
PORTVERSION= 20100730
CATEGORIES= www
MASTER_SITES= http://dist.codelabs.ru/fbsd/
DISTNAME= AdamLantos-redmine_http_auth-${GITREV}
MAINTAINER= rea@FreeBSD.org
COMMENT= HTTP authentication plugin for Redmine
GITREV= df98baf
REDMINE_PLUGIN_NAME= redmine_http_auth
.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"