aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pyhs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-pyhs/Makefile')
-rw-r--r--databases/py-pyhs/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/databases/py-pyhs/Makefile b/databases/py-pyhs/Makefile
deleted file mode 100644
index 42a09b88ae92..000000000000
--- a/databases/py-pyhs/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= pyhs
-PORTVERSION= 0.2.4
-PORTREVISION= 1
-CATEGORIES= databases python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= python-handler-socket-${PORTVERSION}
-
-MAINTAINER= lwhsu@FreeBSD.org
-COMMENT= HandlerSocket client for Python
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-08-15
-
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>