aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Macro/Makefile
blob: 4434553c121f4210231fa4201d3bd4355de3cfde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Groovis <groovis@groovis.net>
# $FreeBSD$

PORTNAME=   HTML-Macro
PORTVERSION=    1.27
PORTREVISION=   1
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= groovis@groovis.net
COMMENT=    Process HTML templates with loops, conditionals, macros and more

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>