freebsd-ports/www/clearsilver-python/Makefile
Pav Lucistnik 145ac14fbc Add clearsilver, a fast, powerful, and language-neutral HTML template system.
In both static content sites and dynamic HTML applications, it provides
a separation between presentation code and application logic which makes
working with your project easier.

Add clearsilver-python, a slave port that enabled python extension in clearsilver.

WWW: http://www.clearsilver.net/

PR:		ports/65652, ports/65653
Submitted by:	thinker <thinker@branda.to> (original submission)
		Rui Lopes (fixes)
2004-04-20 12:43:35 +00:00

13 lines
273 B
Makefile

# New ports collection makefile for: clearsilver-python
# Date Created: 20 April 2004
# Whom: thinker <thinker@branda.to>
# Whom: Rui Lopes <rui@ruilopes.com>
#
# $FreeBSD$
#
WITH_PYTHON= yes
MASTERDIR= ${.CURDIR}/../clearsilver
.include "${MASTERDIR}/Makefile"