mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/OSGeo/gdal/releases https://github.com/OSGeo/gdal/blob/release/3.10/NEWS.md
33 lines
845 B
Makefile
33 lines
845 B
Makefile
PORTNAME= Geo-GDAL-FFI
|
|
PORTVERSION= 0.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Foreign function interface to GDAL
|
|
WWW= https://metacpan.org/release/Geo-GDAL-FFI
|
|
|
|
LICENSE= ART10
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
LIB_DEPENDS= libgdal.so:graphics/gdal
|
|
RUN_DEPENDS= p5-FFI-Platypus>=0:devel/p5-FFI-Platypus \
|
|
p5-PkgConfig>=0.23026:devel/p5-PkgConfig \
|
|
p5-Sort-Versions>=0:devel/p5-Sort-Versions \
|
|
PDL>=0:math/PDL
|
|
TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON \
|
|
p5-Path-Tiny>=0:devel/p5-Path-Tiny \
|
|
p5-Test-Exception>=0:devel/p5-Test-Exception \
|
|
p5-Test-TempDir-Tiny>=0:devel/p5-Test-TempDir-Tiny
|
|
|
|
USES= dos2unix perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= skipv:0.0501,0.0502,0.0503,0.0601
|
|
|
|
.include <bsd.port.mk>
|