ports/devel/py-epsilon/Makefile
Sunpoet Po-Chuan Hsieh fa7e7d8285 Allow concurrent installation (USE_PYTHON=concurrent)
- Update CONFLICTS_INSTALL
- Reformat pkg-descr
- Add PyPI as primary WWW
- Add GitHub repository to WWW
- Bump PORTREVISION for package change
2017-12-16 20:55:31 +00:00

28 lines
670 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTNAME= epsilon
PORTVERSION= 0.7.1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Epsilon-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Set of Python utility modules used by DivMod projects
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR}
# bin/benchmark
CONFLICTS_INSTALL= brlcad
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>