freebsd-ports/www/p5-ClearSilver/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

24 lines
588 B
Makefile

# Created by: Rink Springer <rink@FreeBSD.org>
# $FreeBSD$
PORTNAME= ClearSilver
PORTVERSION= 0.10.5
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= http://www.clearsilver.net/downloads/
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl bindings for fast and powerful template system
BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include/ClearSilver"
MAN3= ClearSilver.3
WRKSRC= ${WRKDIR}/${DISTNAME}/perl
.include <bsd.port.mk>