1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
- Pet portlint

PR:		ports/188619
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
This commit is contained in:
Steve Wills 2014-04-15 15:21:24 +00:00
parent 3258269daa
commit 45c04e0941
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351342
2 changed files with 3 additions and 4 deletions

View File

@ -8,9 +8,9 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= duchateau.olivier@gmail.com
COMMENT= A lightweight, fast, and simple key-value store
COMMENT= Lightweight, fast, and simple key-value store
LICENSE= BSD
LICENSE= BSD3CLAUSE
USE_PYTHON= yes
USE_PYDISTUTILS= yes
@ -19,5 +19,4 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/pickledb.py \
%%PYTHON_SITELIBDIR%%/pickledb.pyc \
%%PYTHON_SITELIBDIR%%/pickledb.pyo
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
pickleDB is a lightweight, fast, and simple database based on Python's own
json module.
WWW: http://packages.python.org/pyckleDB/
WWW: http://packages.python.org/pyckleDB/