summaryrefslogtreecommitdiff
path: root/devel/pythk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pythk/Makefile')
-rw-r--r--devel/pythk/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/pythk/Makefile b/devel/pythk/Makefile
deleted file mode 100644
index 07cab1d342d0..000000000000
--- a/devel/pythk/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Thinker K.F. Li <thinker@branda.to>
-# $FreeBSD$
-
-PORTNAME= pythk
-PORTVERSION= 0.2.0
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Collection of Python functions
-
-LICENSE= BSD2CLAUSE
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-12-12
-
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>