mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
145ac14fbc
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)
14 lines
273 B
Makefile
14 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"
|