summaryrefslogtreecommitdiff
path: root/misc/wotsap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/wotsap/Makefile')
-rw-r--r--misc/wotsap/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/misc/wotsap/Makefile b/misc/wotsap/Makefile
deleted file mode 100644
index 66901ba5999f..000000000000
--- a/misc/wotsap/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= wotsap
-PORTVERSION= 0.7
-PORTREVISION= 4
-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
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-09-15
-
-RUN_DEPENDS= ${PY_PILLOW}
-
-USES= python:2.7,run shebangfix
-NO_BUILD= yes
-SHEBANG_FILES= wotsap pks2wot
-
-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>