f57171dfe6
- Add LICENSE_FILE - Add NO_ARCH - Sort USE_PYTHON - Allow concurrent installation (USE_PYTHON=concurrent) - Update WWW: SSL certificate has expired in Nov, 2014 Changes: https://bitbucket.org/hpk42/execnet/src/default/CHANGELOG PR: 218363 Submitted by: sunpoet (myself) Approved by: koobs (maintainer)
23 lines
564 B
Makefile
23 lines
564 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= execnet
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Distributed Python deployment and communication
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apipkg>=1.4:devel/py-apipkg
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|