forked from Lainports/opnsense-ports
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>
|