Files
ports/textproc/p5-Template-Extract/Makefile
T
Philippe Audeoud e3dd2997b9 textproc/p5-Template-Extract: update to 0.50
Add LICENSE MIT
2024-09-10 08:54:31 +02:00

21 lines
443 B
Makefile

PORTNAME= Template-Extract
PORTVERSION= 0.50
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Use TT2 syntax to extract data from documents
WWW= https://metacpan.org/release/Template-Extract
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>