0209bd6696
- Update WWW - Bump PORTREVISION for package change
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= simplesoap
|
|
PORTVERSION= 1.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= net www python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python Simple SOAP Library
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python
|
|
|
|
GH_ACCOUNT= py${PORTNAME}
|
|
GH_PROJECT= py${PORTNAME}
|
|
GH_TAGNAME= ${PORTVERSION}
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|