mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Remove stale pkg_message
PR: ports/161535 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
This commit is contained in:
parent
4d3fe3f89a
commit
fc6ec6f8cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283474
@ -19,7 +19,7 @@ COMMENT= Standard Python binding to the SQLite3 library
|
||||
|
||||
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
|
||||
|
||||
PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/_sqlite3.so
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/_sqlite3.so
|
||||
DIST_SUBDIR= python
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS=yes
|
||||
@ -30,9 +30,6 @@ PYDISTUTILS_NOEGGINFO= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-extract:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
post-extract:
|
||||
.if ${PYTHON_REL} < 300
|
||||
@${CP} ${FILESDIR}/setup.py ${WRKSRC}
|
||||
|
@ -1,7 +0,0 @@
|
||||
====
|
||||
**CAUTION**
|
||||
This port installs the sqlite3 module which is distributed as a
|
||||
part of standard library collection of Python 2.5 and laters. If
|
||||
you're using Python 2.4 or former, you must install databases/py-pysqlite22
|
||||
instead.
|
||||
====
|
Loading…
Reference in New Issue
Block a user