mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
32 lines
764 B
Makefile
32 lines
764 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Hogan
|
|
PORTVERSION= 2.03
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Mustache templating engine statement-for-statement cloned from hogan.js
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Clone>=0.37:devel/p5-Clone \
|
|
p5-Ref-Util>=0.204:devel/p5-Ref-Util \
|
|
p5-Text-Trim>=1.02:textproc/p5-Text-Trim
|
|
TEST_DEPENDS= p5-Data-Visitor>=0.30:devel/p5-Data-Visitor \
|
|
p5-Path-Tiny>=0.059:devel/p5-Path-Tiny \
|
|
p5-Try-Tiny>=0.22:lang/p5-Try-Tiny \
|
|
p5-YAML>=1.13:textproc/p5-YAML
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|