Change from USES=twisted to devel/py-twisted
- Add LICENSE_FILE - Bump PORTREVISION for dependency change - Take maintainership
This commit is contained in:
parent
1a54ce1cfe
commit
04fc40efd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441161
1 changed files with 9 additions and 4 deletions
|
@ -3,20 +3,25 @@
|
||||||
|
|
||||||
PORTNAME= epsilon
|
PORTNAME= epsilon
|
||||||
PORTVERSION= 0.7.1
|
PORTVERSION= 0.7.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= Epsilon-${PORTVERSION}
|
DISTNAME= Epsilon-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Set of Python utility modules used by DivMod projects
|
COMMENT= Set of Python utility modules used by DivMod projects
|
||||||
|
|
||||||
LICENSE= MIT
|
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]*
|
CONFLICTS= brlcad-[0-9]*
|
||||||
USES= python twisted
|
|
||||||
USE_PYTHON= distutils autoplist
|
NO_ARCH= yes
|
||||||
|
USE_PYTHON= autoplist distutils
|
||||||
|
USES= python
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue