blob: 693b48d986532f2951e762ba28fabce8b1b7013f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: py-epsilon
# Date created: 10 Apr 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTNAME= epsilon
PORTVERSION= 0.5.9
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://divmod.org/trac/attachment/wiki/SoftwareReleases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Epsilon-${PORTVERSION}
EXTRACT_SUFX= .tar.gz?format=raw
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Epsilon is a set of Python utility modules used by DivMod projects
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl:${PORTSDIR}/security/py-openssl
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Epsilon
USE_TWISTED= yes
NO_BUILD= yes
.include <bsd.port.mk>
|