Files
Christopher Chavez ac2e67c6fe multiple ports and domain names: use HTTPS
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
2019-01-27 21:16:49 -08:00

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"
}