summaryrefslogtreecommitdiff
path: root/graphics/pecl-geospatial/Makefile
blob: 9cba37ef2cc7fb69e0ab5112b8c79e822c970ec3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	geospatial
PORTVERSION=	0.3.3
CATEGORIES=	graphics

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PHP Extension to handle common geospatial functions
WWW=		https://pecl.php.net/package/geospatial \
		https://github.com/php-geospatial/geospatial

LICENSE=	PHP301
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		php:pecl

.include <bsd.port.mk>