2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Rink Springer <rink@FreeBSD.org>
|
2006-06-30 08:01:33 +02:00
|
|
|
# $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
|
2012-05-20 02:25:00 +02:00
|
|
|
MASTER_SITES= http://www.clearsilver.net/downloads/
|
2006-06-30 08:01:33 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2012-05-20 02:25:00 +02:00
|
|
|
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
|
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
|
2006-06-30 08:01:33 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-06-30 08:01:33 +02:00
|
|
|
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include/ClearSilver"
|
|
|
|
|
2012-05-20 02:25:00 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/perl
|
2007-10-01 18:10:02 +02:00
|
|
|
|
2006-06-30 08:01:33 +02:00
|
|
|
.include <bsd.port.mk>
|