11c1a8571b
* remove garbage (distinfo) forgotten in last commit Approved by: maintainer (rink)
29 lines
684 B
Makefile
29 lines
684 B
Makefile
# 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
|
|
CATEGORIES= www perl5
|
|
PKGNAMEPREFIX= p5-
|
|
DISTFILES=
|
|
|
|
MAINTAINER= rink@FreeBSD.org
|
|
COMMENT= Perl bindings for fast and powerful template system
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver \
|
|
${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>
|