diff --git a/devel/py-clint/Makefile b/devel/py-clint/Makefile index 21af6ae0bc2..5240aa7b2dc 100644 --- a/devel/py-clint/Makefile +++ b/devel/py-clint/Makefile @@ -1,14 +1,17 @@ -# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:25 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2013/03/13 07:47:28 benoit Exp $ -COMMENT= Command-Line Application Tools +COMMENT = command line interface tools for Python MODPY_EGG_VERSION= 0.3.1 DISTNAME= clint-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION = 1 CATEGORIES= devel -# BSD +HOMEPAGE = https://pypi.python.org/pypi/clint +MAINTAINER = frantisek holop + +# ISC PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= ${MASTER_SITE_PYPI:=c/clint/} diff --git a/devel/py-clint/pkg/DESCR b/devel/py-clint/pkg/DESCR index 3ef634d9345..968ecc48e2f 100644 --- a/devel/py-clint/pkg/DESCR +++ b/devel/py-clint/pkg/DESCR @@ -1,2 +1,2 @@ -Clint is a module filled with a set of awesome tools for developing +Clint is a module filled with a set of tools for developing commandline applications.