diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-23 00:40:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-23 00:40:58 +0800 |
commit | 3a6fe61d36331e1c2ba269cf202fc796a478f6cb (patch) | |
tree | 2d58e2f35317b4a5ea854fcc72c3985d3d43a817 /devel | |
parent | 98ee53489cf9756c3918a6f5b1e941f3c577f015 (diff) | |
download | freebsd-ports-gnome-3a6fe61d36331e1c2ba269cf202fc796a478f6cb.tar.gz freebsd-ports-gnome-3a6fe61d36331e1c2ba269cf202fc796a478f6cb.tar.zst freebsd-ports-gnome-3a6fe61d36331e1c2ba269cf202fc796a478f6cb.zip |
Remove BUILD_DEPENDS
- Sort RUN_DEPENDS
- Sort USE_PYTHON
- Pass maintainership to python@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-xcaplib/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/py-xcaplib/Makefile b/devel/py-xcaplib/Makefile index 2d7aa28b8812..eee0cdfad666 100644 --- a/devel/py-xcaplib/Makefile +++ b/devel/py-xcaplib/Makefile @@ -10,19 +10,18 @@ MASTER_SITES= http://download.ag-projects.com/XCAP/ \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Python XCAP client library LICENSE= LGPL20 LGPL21 LGPL3 LICENSE_COMB= dual -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}application>=1.1.5:devel/py-application \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}application>=1.1.5:devel/py-application \ + ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |