aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-htpasswd/Makefile
blob: 1eb22bf8a58f4f5c920c71db78f5a3818ef1a1fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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

BROKEN=     unfetchable

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>