mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Add LICENSE
- Update pkg-descr - Update WWW - Take maintainership
This commit is contained in:
parent
41f1f4cf0f
commit
0081fb72a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548555
@ -7,14 +7,16 @@ CATEGORIES= misc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Utility for manipulating ini files
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iniparse>=0.3.2:devel/py-iniparse@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
Crudini is the utility for handling ini files from the command line and
|
||||
shell scripts.
|
||||
crudini is a utility to simplify reading and updating ini files from shell
|
||||
scripts, so named as it provides CRUD functionality.
|
||||
|
||||
WWW: https://pypi.org/project/crudini/
|
||||
WWW: https://www.pixelbeat.org/programs/crudini/
|
||||
WWW: https://github.com/pixelb/crudini
|
||||
|
Loading…
Reference in New Issue
Block a user