1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/textproc/py-empy/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

23 lines
450 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-empy
# Date created: Jul 12, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= empy
PORTVERSION= 3.3
CATEGORIES= textproc python
MASTER_SITES= http://www.alcyone.com/software/empy/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A powerful and robust templating system for Python
USE_PYTHON= 1.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGVERSION= 3.1
.include <bsd.port.mk>