1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
- Pet portlint

PR:		ports/188602
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
This commit is contained in:
Steve Wills 2014-04-15 14:39:06 +00:00
parent db175077f3
commit 20dc98147a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351335
2 changed files with 2 additions and 1 deletions

View File

@ -21,5 +21,4 @@ USE_PYDISTUTILS=yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -4,3 +4,5 @@ on being a minimal layer over SQLite attempting just to translate
the complete SQLite API into Python. The documentation has a section
on the differences between APSW and pysqlite. APSW supports CPython
2.3 onwards and CPython 3.1 onwards.
WWW: https://code.google.com/p/apsw/