1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/py-epsilon/Makefile
Alexander Botero-Lowry dd9e7935c5 - Update to 0.5.6
- drop maintainership

PR:		115408
Submitted by:	Piet Delport <pjd@satori.za.net>
2007-10-12 22:17:19 +00:00

26 lines
620 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.5.6
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= ports@FreeBSD.org
COMMENT= Epsilon is a set of Python utility modules used by DivMod projects
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Epsilon
USE_TWISTED= yes
NO_BUILD= yes
.include <bsd.port.mk>