dc0387b84d
As it conflicts with net/py-suds because of installing the same files, add CONFLICTS_INSTALL to both py-suds-jurko and net/py-suds and bump PORTREVISION for the latter. PR: 215877 Submitted by: Alexander Nusov
21 lines
380 B
Makefile
21 lines
380 B
Makefile
# Created by: Corey Smith
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= suds
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 2
|
|
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
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|