diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-24 19:02:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-24 19:02:51 +0000 |
commit | 5963fb2614852e6cb8014e5be4e3e5f71f706aa7 (patch) | |
tree | 47a31cf5e30c76d8699e3e171abde193993e3936 /graphics/py-gdal/Makefile | |
parent | 1221f0c876242e363f878471faaf959310bc7839 (diff) | |
download | ports-5963fb2614852e6cb8014e5be4e3e5f71f706aa7.tar.gz ports-5963fb2614852e6cb8014e5be4e3e5f71f706aa7.zip |
Notes
Diffstat (limited to 'graphics/py-gdal/Makefile')
-rw-r--r-- | graphics/py-gdal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index 376d49335a40..64e768771d7a 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= graphics python MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -14,6 +13,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding for GDAL LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal |