aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pyhs/Makefile
blob: 783b5f45777007a5d815c3a87fc1842fccdf6770 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$

PORTNAME=	pyhs
PORTVERSION=	0.2.4
PORTREVISION=	1
CATEGORIES=	databases python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-handler-socket-${PORTVERSION}

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	HandlerSocket client for Python

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>