freebsd-ports/devel/py-pyqi/Makefile
Olivier Duchateau 9af0314bd0 pyqi (canonically pronounced pie chee) is designed to support wrapping
general commands in multiple types of interfaces, including at the
command line, HTML, and API levels.

WWW: http://github.com/biocore/pyqi/

PR:		209766
Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
2016-05-27 03:39:09 +00:00

20 lines
393 B
Makefile

# Created by: Joseph Mingrone <jrm@ftfl.ca>
# $FreeBSD$
PORTNAME= pyqi
PORTVERSION= 0.3.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jrm@ftfl.ca
COMMENT= Tools for developing and testing command line interfaces in Python
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= pgsql python
.include <bsd.port.mk>