diff options
author | mi <mi@FreeBSD.org> | 2018-08-14 22:02:04 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2018-08-14 22:02:04 +0800 |
commit | ab409ee9d7a83765eec3f4fa15c2fd1dc43d575c (patch) | |
tree | 66b60b42076dd3d8a7d7506fc6167207f615f965 /devel/dispy | |
parent | ae12f203ba08d5995f387ee542d222df54bd412e (diff) | |
download | freebsd-ports-gnome-ab409ee9d7a83765eec3f4fa15c2fd1dc43d575c.tar.gz freebsd-ports-gnome-ab409ee9d7a83765eec3f4fa15c2fd1dc43d575c.tar.zst freebsd-ports-gnome-ab409ee9d7a83765eec3f4fa15c2fd1dc43d575c.zip |
Collapse the MASTER_SITES/SUBDIR into one line and actually record
the run-time dependency of dispy on pycos.
Reported by: mat
Was going to put the Python's version into package-name's prefix
as seems customary, to allow packages for different versions to be
installed concurrently, but antoine beat me to it.
Diffstat (limited to 'devel/dispy')
-rw-r--r-- | devel/dispy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/dispy/Makefile b/devel/dispy/Makefile index 7bba634cd7f9..660add8d56b1 100644 --- a/devel/dispy/Makefile +++ b/devel/dispy/Makefile @@ -4,8 +4,7 @@ PORTNAME= dispy PORTVERSION= 4.9.1 CATEGORIES= devel net -MASTER_SITES= SF -MASTER_SITE_SUBDIR=${PORTNAME} +MASTER_SITES= SF/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mi@aldan.algebra.com @@ -14,6 +13,8 @@ COMMENT= Distributed and Parallel Computing with/for Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycos>=4.7.7:devel/pycos@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |