mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
ddf7c3be6f
Reported by: portscout
27 lines
547 B
Makefile
27 lines
547 B
Makefile
# Created by: Aldis Berjoza <aldis@bsdroot.lv>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= htpasswd
|
|
PORTVERSION= 2008.03.05
|
|
PORTREVISION= 2
|
|
CATEGORIES= security python
|
|
MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Replacement for htpasswd
|
|
|
|
USES= python shebangfix tar:xz
|
|
|
|
PLIST_FILES= bin/${PORTNAME}.py
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
SHEBANG_FILES= ${PORTNAME}.py
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|