mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
23 lines
472 B
Makefile
23 lines
472 B
Makefile
# Created by: David Bushong <david+ports@bushong.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chtml
|
|
PORTVERSION= 0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www devel lang
|
|
MASTER_SITES= http://people.delphiforums.com/gjc/
|
|
DISTNAME= chtml
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Chunked HTML templating engine
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/csiod:${PORTSDIR}/lang/siod
|
|
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= run
|
|
MAKE_ENV= SITE_PERL=${SITE_PERL}
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= makefile
|
|
|
|
.include <bsd.port.mk>
|