diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-06-22 19:41:19 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-06-22 19:41:19 +0000 |
commit | e47c6797d8f6f896d6435f437dc0db2149c29cdf (patch) | |
tree | 6cd8a3c568d5bf1a06391d2be1dd07ac58ca9a6f /net/py-soappy-devel | |
parent | 1555a1bad1aaf321089322a50f00dfd8def47257 (diff) | |
download | ports-e47c6797d8f6f896d6435f437dc0db2149c29cdf.tar.gz ports-e47c6797d8f6f896d6435f437dc0db2149c29cdf.zip |
Notes
Diffstat (limited to 'net/py-soappy-devel')
-rw-r--r-- | net/py-soappy-devel/Makefile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/net/py-soappy-devel/Makefile b/net/py-soappy-devel/Makefile index 4e47986213aa..3c84e6cba7db 100644 --- a/net/py-soappy-devel/Makefile +++ b/net/py-soappy-devel/Makefile @@ -1,28 +1,28 @@ # Created by: Alexander Leidinger # $FreeBSD$ -PORTNAME= soappy -PORTVERSION= 0.12.0 -CATEGORIES= net python -MASTER_SITES= SF/pywebsvcs/SOAP.py/${PORTVERSION}_rc1 -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -devel -DISTNAME= SOAPpy-${PORTVERSION} +PORTNAME= soappy +PORTVERSION= 0.12.0 +CATEGORIES= net python +MASTER_SITES= SF/pywebsvcs/SOAP.py/${PORTVERSION}_rc1 +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -devel +DISTNAME= SOAPpy-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= SOAP implementation +MAINTAINER= ports@FreeBSD.org +COMMENT= SOAP implementation -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst -RUN_DEPENDS:= ${PYXML} \ - ${BUILD_DEPENDS} +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst +RUN_DEPENDS:= ${PYXML} \ + ${BUILD_DEPENDS} USES= python USE_PYTHON= distutils autoplist -CONFLICTS= py*-soappy-0.11.* +CONFLICTS= py*-soappy-0.11.* -PORTDOCS= * -PORTDATA= * +PORTDOCS= * +PORTDATA= * post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} |