blob: d122ccad5a2269afb4b977cdc6fb4f9091c691f7 (
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
26
27
|
# New ports collection makefile for: p5-ClearSilver
# Date created: June 25, 2006
# Whom: Rink Springer <rink@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ClearSilver
PORTVERSION= 0.10.5
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= http://www.clearsilver.net/downloads/
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl bindings for fast and powerful template system
BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include/ClearSilver"
MAN3= ClearSilver.3
WRKSRC= ${WRKDIR}/${DISTNAME}/perl
.include <bsd.port.mk>
|