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
22 lines
542 B
Makefile
22 lines
542 B
Makefile
# New ports collection makefile for: py-simpletal
|
|
# Date created: 26 June 2006
|
|
# Whom: Jordi Haarman
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= simpletal
|
|
PORTVERSION= 4.1
|
|
CATEGORIES= devel textproc www python
|
|
MASTER_SITES= http://www.owlfish.com/software/simpleTAL/downloads/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= SimpleTAL-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Stand alone TAL Python implementation to power HTML & XML templates
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_PKGNAME= SimpleTAL
|
|
|
|
.include <bsd.port.mk>
|