77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
18 lines
380 B
Makefile
18 lines
380 B
Makefile
PORTNAME= lxml-stubs
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Type annotations for the lxml package
|
|
WWW= https://pypi.org/project/lxml-stubs/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|