ports/devel/py-cliapp/Makefile
Baptiste Daroussin e6794cd0f7 cliapp is a Python framework for Unix-like command line programs. It contains
the typical stuff such programs need to do, such as parsing the command line for
options, and iterating over input files.

WWW: https://liw.fi/cliapp/
2017-02-06 21:08:31 +00:00

23 lines
518 B
Makefile

# $FreeBSD$
PORTNAME= cliapp
PORTVERSION= 1.20160724
CATEGORIES= devel
MASTER_SITES= http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cliapp/snapshot/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bapt@FreeBSD.org
COMMENT= Python framework for command line utilities
LICENSE= GPLv2
LICENSE_FILES= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml
USES= python:2
NO_ARCH= yes
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>