Index: head/devel/py-epsilon/Makefile =================================================================== --- head/devel/py-epsilon/Makefile (revision 441160) +++ head/devel/py-epsilon/Makefile (revision 441161) @@ -1,22 +1,27 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ 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