aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Macro/Makefile
blob: d2ba30c9fd74b0e9e640f3efe525784a2f7ae57a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	HTML-Macro
PORTVERSION=	1.30
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Process HTML templates with loops, conditionals, macros and more
WWW=		https://metacpan.org/release/HTML-Macro

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

NO_ARCH=	yes
USE_PERL5=	configure
USES=		perl5 tar:tgz
WRKSRC=		${WRKDIR}/${PORTNAME}

.include <bsd.port.mk>