1 # New ports collection makefile for: clearsilver 2 # Date created: 13 April 2003 3 # Whom: Brandon Long <blong (at] fiction.net> 4 # 5 # $FreeBSD$ 6 # 7 8 PORTNAME= clearsilver 9 PORTVERSION= 0.9.7 10 CATEGORIES= www python perl ruby 11 DISTDIR= /home/blong/ports/distfiles 12 MASTER_SITES= http://www.clearsilver.net/downloads/ 13 14 MAINTAINER= blong@fiction.net 15 COMMENT= ClearSilver is a fast, powerful, and language-neutral HTML template system. 16 17 .if defined(PACKAGE_BUILDING) 18 WITH_PERL= yes 19 WITH_PYTHON= yes 20 .endif 21 22 .if defined(WITH_PYTHON) 23 USE_PYTHON= yes 24 .endif 25 26 .if defined(WITH_PERL) 27 USE_PERL5= yes 28 .endif 29 30 .if defined(WITH_RUBY) 31 USE_RUBY= yes 32 .endif 33 34 GNU_CONFIGURE= yes 35 USE_GMAKE= yes 36 37 .include <bsd.port.mk> 38