aboutsummaryrefslogtreecommitdiff
path: root/net/py-soapy/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-08-01 10:09:19 +0000
committerRene Ladan <rene@FreeBSD.org>2015-08-01 10:09:19 +0000
commit0b69797700d241380db54963337b547b810b0400 (patch)
treeee287b5f4df26167235efb49ec0ab61a1a039de8 /net/py-soapy/Makefile
parent53695d99c44c5469bb068ee9b712774241b1efe2 (diff)
downloadports-0b69797700d241380db54963337b547b810b0400.tar.gz
ports-0b69797700d241380db54963337b547b810b0400.zip
Remove expired ports:
2015-07-31 japanese/p5-Acme-Lou: Needs ja-p5-Text-MeCab that does not work with 5.18 or above 2015-07-31 mail/maildirsync: Requires an unsupported version of Perl 2015-07-31 mail/qar-bufo: Requires an unsupported version of Perl 2015-08-01 net/py-soapy: Abandonware depending on ancient py-xml. Please use net/py-soappy instead 2015-08-01 net-p2p/btqueue: Runtime broken (does not download anything) 2015-07-31 sysutils/vhdtool: Use mkimg(1) instead 2015-07-31 www/rubygem-modernizr: This gem has been removed from rubygems.org by upstream
Notes
Notes: svn path=/head/; revision=393392
Diffstat (limited to 'net/py-soapy/Makefile')
-rw-r--r--net/py-soapy/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/net/py-soapy/Makefile b/net/py-soapy/Makefile
deleted file mode 100644
index 6589165d8fef..000000000000
--- a/net/py-soapy/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Johann Visagie <wjv@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= soapy
-PORTVERSION= 0.1
-CATEGORIES= net python
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sbz@FreeBSD.org
-COMMENT= SOAP/XML schema library for Python
-
-LICENSE= PSFL
-
-RUN_DEPENDS= ${PYXML}
-
-DEPRECATED= Abandonware depending on ancient py-xml. Please use net/py-soappy instead
-EXPIRATION_DATE= 2015-08-01
-
-USES= python
-USE_PYTHON= distutils
-
-DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
-EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/test
- ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/test/* ${STAGEDIR}${EXAMPLESDIR}/test
-.endif
-
-.include <bsd.port.mk>