mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
4942ce5a7d
- 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
23 lines
450 B
Makefile
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>
|