freebsd-ports/www/chtml/Makefile
Jimmy Olgeni 55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00

23 lines
481 B
Makefile

# Created by: David Bushong <david+ports@bushong.net>
# $FreeBSD$
PORTNAME= chtml
PORTVERSION= 0.0
CATEGORIES= www devel lang
MASTER_SITES= http://people.delphiforums.com/gjc/
DISTNAME= chtml
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Chunked HTML templating engine
BUILD_DEPENDS= ${LOCALBASE}/bin/csiod:${PORTSDIR}/lang/siod
USES= perl5
USE_PERL5= run
MAKE_ENV= SITE_PERL=${SITE_PERL}
NO_WRKSUBDIR= yes
MAKEFILE= makefile
NO_STAGE= yes
.include <bsd.port.mk>