diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-14 12:20:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-14 12:20:07 +0000 |
commit | 07a16e41aab9e49eda97e0d998bda16fc4a560c1 (patch) | |
tree | 4376481c6aee999b7d3f76d86b99f7874926bba2 | |
parent | 6c71a7e7fe2311e4a99f5e4559950989b0ee7e74 (diff) | |
download | ports-07a16e41aab9e49eda97e0d998bda16fc4a560c1.tar.gz ports-07a16e41aab9e49eda97e0d998bda16fc4a560c1.zip |
Notes
-rw-r--r-- | math/py-mathdom/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/py-mathdom/Makefile b/math/py-mathdom/Makefile index caa33571ddcc..3daa7baf5a62 100644 --- a/math/py-mathdom/Makefile +++ b/math/py-mathdom/Makefile @@ -11,9 +11,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Content MathML in Python +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils +NO_ARCH= yes .include <bsd.port.mk> |