freebsd-ports/www/p5-Any-Template/Makefile
Andrej Zverev 1b17fd9ee2 - support STAGEDIR
- add LICENSE (where it possible)
2013-11-03 15:16:25 +00:00

20 lines
524 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= Any-Template
PORTVERSION= 1.015
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provide a consistent interface to a wide array of templating languages
BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>