aboutsummaryrefslogtreecommitdiffstats
path: root/misc/wotsap/Makefile
blob: 6bb29a38b9a027e9aa0ff0390cf2346a6f56413f (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
# Created by: ijliao
# $FreeBSD$

PORTNAME=   wotsap
PORTVERSION=    0.7
CATEGORIES= misc
MASTER_SITES=   http://www.lysator.liu.se/~jc/wotsap/download/
EXTRACT_SUFX=   .tgz

MAINTAINER= danilo@FreeBSD.org
COMMENT=    Web of trust statistics and pathfinder

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging

USE_PYTHON_RUN= -2.7
NO_BUILD=   yes

PLIST_FILES=    bin/pks2wot bin/wotsap
PORTSCOUT=  ignore:1

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/pks2wot ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_SCRIPT} ${WRKSRC}/wotsap ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>