freebsd-ports/devel/py-wsgi_xmlrpc/Makefile
Thomas Abthorpe e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00

24 lines
563 B
Makefile

# New ports collection makefile for: py-wsgi_xmlrpc
# Date created: 2008-08-27
# Whom: Yevgen Drachenko <geka@sippysoft.com>
#
# $FreeBSD$
#
PORTNAME= wsgi_xmlrpc
PORTVERSION= 0.2.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/_/-/}-${PORTVERSION}
MAINTAINER= geka@sippysoft.com
COMMENT= WSGI application for a simple XMLRPC method dispatching
LICENSE= AL2
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>