1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/www/p5-Template-Mustache/Makefile
Steve Wills 21e02c267b - Add missing RUN_DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION

PR:		ports/166362
Approved by:	Kurt Lidl <kurt.lidl@cello.com> (maintainer)
2012-04-12 01:47:53 +00:00

28 lines
650 B
Makefile

# New ports collection makefile for: p5-Template-Moustache
# Date created: 2011-01-13
# Whom: Kurt Lidl <kurt.lidl@cello.com>
#
# $FreeBSD$
#
PORTNAME= Template-Mustache
PORTVERSION= v0.5.1
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PVANDE
PKGNAMEPREFIX= p5-
MAINTAINER= kurt.lidl@cello.com
COMMENT= Perl version of the fabulous Mustache template language
BUILD_DEPENDS= p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS:= p5-Test-Mini-Unit>=v1.0.3:${PORTSDIR}/devel/p5-Test-Mini-Unit
PERL_CONFIGURE= yes
MAN3= Template::Mustache.3
.include <bsd.port.mk>