freebsd-ports/www/p5-ClearSilver/Makefile
Roman Bogorodskiy daa85ff37b Add p5-ClearSilver 0.10.3, perl bindings for fast and powerful template
system.

PR:		ports/99445
Submitted by:	rink
2006-06-30 06:01:33 +00:00

26 lines
638 B
Makefile

# New ports collection makefile for: p5-ClearSilver
# Date created: June 25, 2006
# Whom: Rink Springer <rink@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ClearSilver
PORTVERSION= 0.10.3
CATEGORIES= www perl5
MASTER_SITES= http://www.clearsilver.net/downloads/
PKGNAMEPREFIX= p5-
DISTNAME= clearsilver-${PORTVERSION}
MAINTAINER= rink@FreeBSD.org
COMMENT= Perl bindings for fast and powerful template system
BUILD_DEPENDS= ${LOCALBASE}/bin/cstest:${PORTSDIR}/www/clearsilver
WRKSRC= ${WRKDIR}/${DISTNAME}/perl
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include/ClearSilver"
MAN3= ClearSilver.3
.include <bsd.port.mk>