mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Update to 0.10.5.
PR: ports/116751 Submitted by: skv Approved by: rink (maintainer)
This commit is contained in:
parent
2eada457f5
commit
dc5cbfca42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200552
@ -6,21 +6,24 @@
|
||||
#
|
||||
|
||||
PORTNAME= ClearSilver
|
||||
PORTVERSION= 0.10.4
|
||||
PORTVERSION= 0.10.5
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= http://www.clearsilver.net/downloads/
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= clearsilver-${PORTVERSION}
|
||||
DISTFILES=
|
||||
|
||||
MAINTAINER= rink@FreeBSD.org
|
||||
COMMENT= Perl bindings for fast and powerful template system
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/cstest:${PORTSDIR}/www/clearsilver
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/clearsilver:extract
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/cstest:${PORTSDIR}/www/clearsilver
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/perl
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user