aboutsummaryrefslogtreecommitdiff
path: root/www/p5-ClearSilver/Makefile
blob: 68d2dd796fa3a7d6cfa1413705ce11efab90a3e3 (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
28
29
30
# 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
PKGNAMEPREFIX=	p5-
DISTFILES=

MAINTAINER=	skv@FreeBSD.org
COMMENT=	Perl bindings for fast and powerful template system

BUILD_DEPENDS=	${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver
EXTRACT_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/www/clearsilver:extract

PERL_CONFIGURE=	yes
CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include/ClearSilver"

MAN3=		ClearSilver.3

post-extract:
	@${LN} -sfh \
	`cd ${PORTSDIR}/www/clearsilver && ${MAKE} -V WRKSRC`/perl ${WRKSRC}

.include <bsd.port.mk>