blob: 7a188d92f5c5b9a9670a03443021c799425d4172 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Yevgen Drachenko <geka@sippysoft.com>
# $FreeBSD$
PORTNAME= wsgi_xmlrpc
PORTVERSION= 0.2.8
PORTREVISION= 1
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= APACHE20
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|