summaryrefslogtreecommitdiff
path: root/security/py-xmlsec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-xmlsec/Makefile')
-rw-r--r--security/py-xmlsec/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile
deleted file mode 100644
index e3a3d1edff7e..000000000000
--- a/security/py-xmlsec/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= xmlsec
-PORTVERSION= 0.3.0
-PORTREVISION= 4
-CATEGORIES= security python
-MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/430/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= py${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python bindings for XML Security Library
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= does not build (x509.c:46:60: error: too many arguments to function call, expected 2, have 3)
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2017-11-09
-
-LIB_DEPENDS= libxmlsec1.so:security/xmlsec1
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2
-
-USES= python:2 ssl
-USE_PYTHON= distutils autoplist
-
-DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
-EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-PORTDOCS= *
-PORTEXAMPLES= *
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/xmlsecmod.so
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/)
-
-post-install-EXAMPLES-on:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/)
-
-.include <bsd.port.mk>