You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ac2e67c6fe
Use HTTPS for the following domain names: - www.fehcom.de - cr.yp.to - people.FreeBSD.org - qmail-mirror.jms1.net - pilcrow.madison.wi.us - manned.org - www.hwaci.com - www.sqlite.org - tinydns.org - www.fefe.de - dl.fefe.de qmail-spamcontrol: remove defunct mirror qmail.site2nd.org
24 lines
685 B
Plaintext
24 lines
685 B
Plaintext
PortSystem 1.0
|
|
|
|
name tclsqlite2
|
|
version 2.8.17
|
|
categories devel databases tcl
|
|
license public-domain
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description TCL bindings for the SQLite embedded database engine
|
|
long_description TCL bindings for the SQLite embedded database engine. \
|
|
This port contains bindings for sqlite 2.x.
|
|
homepage https://www.sqlite.org/
|
|
master_sites ${homepage}
|
|
checksums sha1 75db1cf3b00ea18ae8528e676fc9fdf698e2fe58
|
|
distname sqlite-${version}
|
|
dist_subdir sqlite2
|
|
configure.args --disable-shared
|
|
depends_lib port:sqlite2
|
|
build.args PREFIX=${prefix}
|
|
destroot.args PREFIX=${prefix}
|
|
post-configure {
|
|
system "cp ${filespath}/Makefile ${worksrcpath}/Makefile"
|
|
}
|