freebsd-ports/www/mkapachepw/Makefile
Pav Lucistnik 484c7ef64b Program to manage Apache access control files.
PR:		ports/79834
Submitted by:	Tim Daneliuk <tundra@tundraware.com>
2005-04-15 11:44:30 +00:00

30 lines
632 B
Makefile

# New ports collection makefile for: apachepw
# Date Created: 07 April 2005
# Whom: tundra
#
# $FreeBSD$
#
PORTNAME= mkapachepw
PORTVERSION= 1.121
CATEGORIES= www
MASTER_SITES= http://www.tundraware.com/Software/mkapachepw/
MAINTAINER= mkapachepw@tundraware.com
COMMENT= A Group & Password Management Tool For Apache
USE_PYTHON= yes
MANCOMPRESSED= yes
MAN1= mkapachepw.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in WHATSNEW.txt mkapachepw-license.txt mkapachepw.html mkapachepw.pdf mkapachepw.ps mkapachepw.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>