View | Details | Raw Unified | Return to bug 116751
Collapse All | Expand All

(-)Makefile (-5 / +8 lines)
Lines 6-26 Link Here
6
#
6
#
7
7
8
PORTNAME=	ClearSilver
8
PORTNAME=	ClearSilver
9
PORTVERSION=	0.10.4
9
PORTVERSION=	0.10.5
10
CATEGORIES=	www perl5
10
CATEGORIES=	www perl5
11
MASTER_SITES=	http://www.clearsilver.net/downloads/
12
PKGNAMEPREFIX=	p5-
11
PKGNAMEPREFIX=	p5-
13
DISTNAME=	clearsilver-${PORTVERSION}
12
DISTFILES=
14
13
15
MAINTAINER=	rink@FreeBSD.org
14
MAINTAINER=	rink@FreeBSD.org
16
COMMENT=	Perl bindings for fast and powerful template system
15
COMMENT=	Perl bindings for fast and powerful template system
17
16
18
BUILD_DEPENDS=	${LOCALBASE}/bin/cstest:${PORTSDIR}/www/clearsilver
17
BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/www/clearsilver:extract
18
RUN_DEPENDS=	${LOCALBASE}/bin/cstest:${PORTSDIR}/www/clearsilver
19
19
20
WRKSRC=		${WRKDIR}/${DISTNAME}/perl
21
PERL_CONFIGURE=	yes
20
PERL_CONFIGURE=	yes
22
CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include/ClearSilver"
21
CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include/ClearSilver"
23
22
24
MAN3=		ClearSilver.3
23
MAN3=		ClearSilver.3
25
24
25
post-extract:
26
	@${LN} -sfh \
27
	`cd ${PORTSDIR}/www/clearsilver && ${MAKE} -V WRKSRC`/perl ${WRKSRC}
28
26
.include <bsd.port.mk>
29
.include <bsd.port.mk>

Return to bug 116751