- new MAINTAINER

- update licence, DESCR and COMMENT
- bump REVISION
- add HOMEPAGE

from Frantisek Holop, minor tweaks by me.
This commit is contained in:
benoit 2013-03-13 07:47:28 +00:00
parent a23c3d2219
commit d5e90604ff
2 changed files with 8 additions and 5 deletions

View File

@ -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 <minusf@obiit.org>
# ISC
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_PYPI:=c/clint/}

View File

@ -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.