aboutsummaryrefslogtreecommitdiffstats
path: root/www/chtml/Makefile
blob: 79a9d373b5d219cbebdc69ab919aa7c583e40cec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: David Bushong <david+ports@bushong.net>
# $FreeBSD$

PORTNAME=   chtml
PORTVERSION=    0.0
PORTREVISION=   2
CATEGORIES= www devel lang
MASTER_SITES=   http://people.delphiforums.com/gjc/
DISTNAME=   chtml

MAINTAINER= ports@FreeBSD.org
COMMENT=    Chunked HTML templating engine

LICENSE=    MIT

BUILD_DEPENDS=  ${LOCALBASE}/bin/csiod:${PORTSDIR}/lang/siod

USES=       perl5 tar:tgz
USE_PERL5=  run
MAKE_ENV=   SITE_PERL=${PREFIX}/${SITE_PERL_REL}
NO_WRKSUBDIR=   yes
MAKEFILE=   makefile
MAKE_JOBS_UNSAFE=   yes

.include <bsd.port.mk>