Lines 1-21
Link Here
|
1 |
# Created by: Joris Dedieu <joris.dedieu@gmail.com> |
1 |
# Created by: Joris Dedieu <joris.dedieu@gmail.com> |
2 |
|
2 |
|
3 |
PORTNAME= tinyows |
3 |
PORTNAME= tinyows |
4 |
PORTVERSION= 1.1.0 |
4 |
PORTVERSION= 1.2.0 |
5 |
PORTREVISION= 4 |
|
|
6 |
CATEGORIES= graphics www geography |
5 |
CATEGORIES= graphics www geography |
7 |
MASTER_SITES= https://download.osgeo.org/mapserver/ |
6 |
MASTER_SITES= https://download.osgeo.org/mapserver/ |
8 |
|
7 |
|
9 |
MAINTAINER= joris.dedieu@gmail.com |
8 |
MAINTAINER= joris.dedieu@gmail.com |
10 |
COMMENT= High Performance WFS-T server |
9 |
COMMENT= High Performance WFS-T server |
11 |
|
10 |
|
12 |
DEPRECATED= Depends on expired databases/postgis25 |
11 |
LICENSE= MIT |
13 |
EXPIRATION_DATE=2022-03-31 |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
13 |
|
15 |
LIB_DEPENDS= libxml2.so:textproc/libxml2 \ |
14 |
BUILD_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31 |
16 |
liblwgeom.so:databases/postgis25 |
15 |
LIB_DEPENDS= libxml2.so:textproc/libxml2 |
|
|
16 |
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31 |
17 |
|
17 |
|
18 |
USES= pgsql tar:bzip2 |
18 |
USES= autoreconf pgsql |
19 |
|
19 |
|
20 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
21 |
|
21 |
|