aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-jaxml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-jaxml/Makefile')
-rw-r--r--textproc/py-jaxml/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/textproc/py-jaxml/Makefile b/textproc/py-jaxml/Makefile
deleted file mode 100644
index ae842b599639..000000000000
--- a/textproc/py-jaxml/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= jaxml
-PORTVERSION= 3.02
-PORTREVISION= 2
-CATEGORIES= textproc python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python module to generate XML easily
-
-DEPRECATED= Unmaintained, uses EOLed python27
-EXPIRATION_DATE= 2020-01-27
-
-LICENSE= GPLv2
-
-PORTSCOUT= skipv:23.01
-
-NO_ARCH= yes
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-.include <bsd.port.mk>