- Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav
24 lines
563 B
Makefile
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>
|