diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-01-06 14:49:19 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-01-06 14:49:19 +0000 |
commit | f8dd90e6decbc044a696ab1e43bfca99636e2fce (patch) | |
tree | 08e9c4f091565656101c11727a5f634dadfc25ad /net/py-suds | |
parent | 97e1e888cd86724bcce08e2d4873d790b985d2cf (diff) | |
download | ports-f8dd90e6decbc044a696ab1e43bfca99636e2fce.tar.gz ports-f8dd90e6decbc044a696ab1e43bfca99636e2fce.zip |
Notes
Diffstat (limited to 'net/py-suds')
-rw-r--r-- | net/py-suds/Makefile | 20 | ||||
-rw-r--r-- | net/py-suds/distinfo | 2 | ||||
-rw-r--r-- | net/py-suds/pkg-descr | 3 | ||||
-rw-r--r-- | net/py-suds/pkg-plist | 1 |
4 files changed, 26 insertions, 0 deletions
diff --git a/net/py-suds/Makefile b/net/py-suds/Makefile new file mode 100644 index 000000000000..253c3628470a --- /dev/null +++ b/net/py-suds/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: py-suds +# Date created: 3 Jan 2011 +# Whom: Corey Smith +# +# $FreeBSD$ +# + +PORTNAME= suds +PORTVERSION= 0.4 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= corsmith@gmail.com +COMMENT= A SOAP implementation + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include <bsd.port.mk> diff --git a/net/py-suds/distinfo b/net/py-suds/distinfo new file mode 100644 index 000000000000..d47a6dc2d045 --- /dev/null +++ b/net/py-suds/distinfo @@ -0,0 +1,2 @@ +SHA256 (suds-0.4.tar.gz) = d5524ae523bb9e09c57bcdbd1efae2c287d20603688ea31f6020ed180a489af0 +SIZE (suds-0.4.tar.gz) = 104013 diff --git a/net/py-suds/pkg-descr b/net/py-suds/pkg-descr new file mode 100644 index 000000000000..713a0af3258f --- /dev/null +++ b/net/py-suds/pkg-descr @@ -0,0 +1,3 @@ +A SOAP implementation for python. + +WWW: https://fedorahosted.org/suds/ diff --git a/net/py-suds/pkg-plist b/net/py-suds/pkg-plist new file mode 100644 index 000000000000..ddf68a1c022f --- /dev/null +++ b/net/py-suds/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |