diff --git a/devel/Makefile b/devel/Makefile index 55be2bd89099..2b81ef694936 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3593,6 +3593,7 @@ SUBDIR += py-cjson SUBDIR += py-cld SUBDIR += py-click + SUBDIR += py-clint SUBDIR += py-clonedigger SUBDIR += py-cmdln SUBDIR += py-cog diff --git a/devel/py-clint/Makefile b/devel/py-clint/Makefile new file mode 100644 index 000000000000..848ecc697836 --- /dev/null +++ b/devel/py-clint/Makefile @@ -0,0 +1,23 @@ +# Created by: Nicola Vitale +# $FreeBSD$ + +PORTNAME= clint +PORTVERSION= 0.3.7 +#PORTREVISION= 0 +CATEGORIES= devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Python command-line application tools + +LICENSE= ISCL + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}args>=0.1.0:${PORTSDIR}/devel/py-args + +PYDISTUTILS_AUTOPLIST= yes + +USE_PYDISTUTILS= yes +USE_PYTHON= yes + +.include diff --git a/devel/py-clint/distinfo b/devel/py-clint/distinfo new file mode 100644 index 000000000000..5e64e779f888 --- /dev/null +++ b/devel/py-clint/distinfo @@ -0,0 +1,2 @@ +SHA256 (clint-0.3.7.tar.gz) = e2c100dafc9e2ad92c324b9b8a03999000e37795249f7e7f736d2e83389973b8 +SIZE (clint-0.3.7.tar.gz) = 25387 diff --git a/devel/py-clint/pkg-descr b/devel/py-clint/pkg-descr new file mode 100644 index 000000000000..539724f64939 --- /dev/null +++ b/devel/py-clint/pkg-descr @@ -0,0 +1,4 @@ +Clint is a Python module filled with a set of awesome tools for developing +command line applications. + +WWW: https://github.com/kennethreitz/clint