2006-06-30 08:01:33 +02:00
|
|
|
# New ports collection makefile for: p5-ClearSilver
|
|
|
|
# Date created: June 25, 2006
|
|
|
|
# Whom: Rink Springer <rink@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ClearSilver
|
2007-10-01 18:10:02 +02:00
|
|
|
PORTVERSION= 0.10.5
|
2008-10-04 17:28:05 +02:00
|
|
|
PORTREVISION= 1
|
2006-06-30 08:01:33 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
PKGNAMEPREFIX= p5-
|
2007-10-01 18:10:02 +02:00
|
|
|
DISTFILES=
|
2006-06-30 08:01:33 +02:00
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-06-30 08:01:33 +02:00
|
|
|
COMMENT= Perl bindings for fast and powerful template system
|
|
|
|
|
2008-10-04 17:28:05 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver
|
|
|
|
EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/clearsilver:extract
|
2006-06-30 08:01:33 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include/ClearSilver"
|
|
|
|
|
|
|
|
MAN3= ClearSilver.3
|
|
|
|
|
2007-10-01 18:10:02 +02:00
|
|
|
post-extract:
|
|
|
|
@${LN} -sfh \
|
|
|
|
`cd ${PORTSDIR}/www/clearsilver && ${MAKE} -V WRKSRC`/perl ${WRKSRC}
|
|
|
|
|
2006-06-30 08:01:33 +02:00
|
|
|
.include <bsd.port.mk>
|