diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-14 20:20:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-14 20:20:07 +0800 |
commit | 0785881f5cb2d932ca581eaf7836503ce4ae3727 (patch) | |
tree | 4376481c6aee999b7d3f76d86b99f7874926bba2 /math | |
parent | 32c924a26e0a519cbbc1c91b0a810af1e666d086 (diff) | |
download | freebsd-ports-gnome-0785881f5cb2d932ca581eaf7836503ce4ae3727.tar.gz freebsd-ports-gnome-0785881f5cb2d932ca581eaf7836503ce4ae3727.tar.zst freebsd-ports-gnome-0785881f5cb2d932ca581eaf7836503ce4ae3727.zip |
- Add LICENSE
- Pet portlint
- Add NO_ARCH
Diffstat (limited to 'math')
-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> |