opnsense-ports/misc/py-pykml/Makefile
Franco Fichtner a3954726c0 */*: sync with upstream
Taken from: HardenedBSD
2019-04-08 17:09:54 +02:00

22 lines
489 B
Makefile

# $FreeBSD$
PORTNAME= pykml
DISTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python KML library, language for encoding, annotating geographic data
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.6:devel/py-lxml@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>