mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Add LICENSE_FILE
- Fix *_DEPENDS: textproc/expat2 is also a runtime dependency - Bump PORTREVISION for dependency change
This commit is contained in:
parent
3058d439df
commit
72aacb824f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427178
@ -4,17 +4,18 @@
|
||||
PORTNAME= libkml
|
||||
PORTVERSION= 1.2
|
||||
DISTVERSIONPREFIX= release-
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Library for parse, generate, and operate on KML
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= curl-config:ftp/curl \
|
||||
${LOCALBASE}/include/expat.h:textproc/expat2
|
||||
LIB_DEPENDS= liburiparser.so:net/uriparser
|
||||
BUILD_DEPENDS= curl-config:ftp/curl
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
||||
liburiparser.so:net/uriparser
|
||||
|
||||
OPTIONS_DEFINE= SWIG
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user