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>
20 lines
393 B
Makefile
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>
|