diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-29 19:27:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-29 19:27:50 +0800 |
commit | 3170079cd56cd74bcc71c54fa135826a6fa900bf (patch) | |
tree | 3dbd186396fe956efa0c3656674b3a1625421f11 /devel | |
parent | 3c1dff8f9453f7c7fd3522cd582c94c7e9c670ff (diff) | |
download | freebsd-ports-gnome-3170079cd56cd74bcc71c54fa135826a6fa900bf.tar.gz freebsd-ports-gnome-3170079cd56cd74bcc71c54fa135826a6fa900bf.tar.zst freebsd-ports-gnome-3170079cd56cd74bcc71c54fa135826a6fa900bf.zip |
Add LICENSE
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Take maintainership
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-setuptools_hg/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/py-setuptools_hg/Makefile b/devel/py-setuptools_hg/Makefile index 8f3d5c3c32d1..8e9e5c1c2bb8 100644 --- a/devel/py-setuptools_hg/Makefile +++ b/devel/py-setuptools_hg/Makefile @@ -8,10 +8,14 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Setuptools plugin for hg +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> |