Lines 1-11
Link Here
|
1 |
# $FreeBSD: head/databases/tcl-sqlite3/Makefile 378569 2015-02-06 23:09:55Z pawel $ |
1 |
# $FreeBSD: head/databases/tcl-sqlite3/Makefile 378569 2015-02-06 23:09:55Z pawel $ |
2 |
|
2 |
|
3 |
PORTNAME= sqlite3 |
3 |
PORTNAME= sqlite3 |
4 |
PORTVERSION= 3.8.8.3 |
4 |
PORTVERSION= 3.8.9 |
5 |
CATEGORIES= databases tcl |
5 |
CATEGORIES= databases tcl |
6 |
MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ |
6 |
MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ |
7 |
PKGNAMEPREFIX= tcl- |
7 |
PKGNAMEPREFIX= tcl- |
8 |
DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g} |
8 |
DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g}00 |
9 |
|
9 |
|
10 |
MAINTAINER= pavelivolkov@gmail.com |
10 |
MAINTAINER= pavelivolkov@gmail.com |
11 |
COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) |
11 |
COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) |