freebsd-ports/www/chtml/Makefile
Will Andrews 924893ccba Add chtml 0.0, a chunked HTML templating engine.
PR:		29369
Submitted by:	David Bushong <david+ports@bushong.net>
2001-12-19 02:33:50 +00:00

22 lines
486 B
Makefile

# New ports collection makefile for: chtml
# Date created: 1 Aug 2001
# Whom: David Bushong <david+ports@bushong.net>
#
# $FreeBSD$
#
PORTNAME= chtml
PORTVERSION= 0.0
CATEGORIES= www devel lang
MASTER_SITES= http://people.delphi.com/gjc/
DISTNAME= chtml
EXTRACT_SUFX= .tgz
MAINTAINER= david+ports@bushong.net
BUILD_DEPENDS= ${LOCALBASE}/bin/csiod:${PORTSDIR}/lang/siod
WRKSRC= ${WRKDIR}
MAKEFILE= makefile
.include <bsd.port.mk>