2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Aldis Berjoza <aldis@bsdroot.lv>
|
2011-10-20 14:22:03 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= htpasswd
|
|
|
|
PORTVERSION= 2008.03.05
|
2012-02-02 01:04:24 +01:00
|
|
|
PORTREVISION= 2
|
2011-10-20 14:22:03 +02:00
|
|
|
CATEGORIES= security python
|
|
|
|
MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2011-10-20 19:23:13 +02:00
|
|
|
MAINTAINER= graudeejs@gmail.com
|
2011-10-20 14:22:03 +02:00
|
|
|
COMMENT= Replacement for htpasswd
|
|
|
|
|
2014-10-24 18:50:42 +02:00
|
|
|
USES= python shebangfix tar:xz
|
2011-10-20 14:22:03 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME}.py
|
|
|
|
|
2012-02-19 08:02:58 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
2011-10-20 14:22:03 +02:00
|
|
|
|
2014-02-28 14:23:08 +01:00
|
|
|
SHEBANG_FILES= ${PORTNAME}.py
|
2012-02-02 01:04:24 +01:00
|
|
|
|
2011-10-20 14:22:03 +02:00
|
|
|
do-install:
|
2015-11-05 13:36:25 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin
|
2011-10-20 14:22:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|