mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
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/
23 lines
518 B
Makefile
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>
|