1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/chtml/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

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>