1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/py-suds/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

22 lines
382 B
Makefile

# Created by: Corey Smith
# $FreeBSD$
PORTNAME= suds
PORTVERSION= 0.4
PORTREVISION= 3
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= corsmith@gmail.com
COMMENT= SOAP implementation
LICENSE= LGPL3
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}suds-jurko-*
USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>