freebsd-ports/net/py-simplesoap/Makefile
Sunpoet Po-Chuan Hsieh 0209bd6696 - Update MASTER_SITES
- Update WWW
- Bump PORTREVISION for package change
2015-03-22 10:44:04 +00:00

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>