Change from USES=twisted to devel/py-twisted

- Add LICENSE_FILE
- Bump PORTREVISION for dependency change
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-05-18 16:03:31 +00:00
parent 1a54ce1cfe
commit 04fc40efd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441161

View File

@ -3,20 +3,25 @@
PORTNAME= epsilon
PORTVERSION= 0.7.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Epsilon-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Set of Python utility modules used by DivMod projects
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:security/py-openssl
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
CONFLICTS= brlcad-[0-9]*
USES= python twisted
USE_PYTHON= distutils autoplist
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>