mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
25 lines
553 B
Makefile
25 lines
553 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
PORTNAME= Any-Template
|
|
PORTVERSION= 1.015
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Provide a consistent interface to a wide array of templating languages
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= p5-Log-Trace>0:devel/p5-Log-Trace
|
|
RUN_DEPENDS= p5-Log-Trace>0:devel/p5-Log-Trace
|
|
TEST_DEPENDS= p5-Test-Assertions>0:devel/p5-Test-Assertions
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|