mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
178dc40a96
Approved by: wen@ (mentor)
29 lines
639 B
Makefile
29 lines
639 B
Makefile
# New ports collection makefile for: py-epsilon
|
|
# Date created: 10 Apr 2006
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= epsilon
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Epsilon-${PORTVERSION}
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Epsilon is a set of Python utility modules used by DivMod projects
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= Epsilon
|
|
USE_TWISTED= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|