Update mail/geary to version 0.10.0
[dports.git] / textproc / p5-Template-Plugin-XML-Escape / Makefile
1 # Created by: kevit
2 # $FreeBSD$
3
4 PORTNAME=       Template-Plugin-XML-Escape
5 PORTVERSION=    0.02
6 PORTREVISION=   1
7 CATEGORIES=     textproc perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     simarg@gmail.com
12 COMMENT=        Escape variables to suit being placed into XML
13
14 BUILD_DEPENDS=  p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>