1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/devel/py-epsilon/Makefile
Frederic Culot 669b399134 - Update to 0.7.0 [1]
- Shorten COMMENT

PR:		ports/185820 [1]
Submitted by: 	Bartek Rutkowski <ports@robakdesign.com>
2014-01-18 08:21:55 +00:00

25 lines
555 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTNAME= epsilon
PORTVERSION= 0.7.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Epsilon-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Set of Python utility modules used by DivMod projects
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl
CONFLICTS= brlcad-[0-9]*
USES= twisted
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>