19 lines
378 B
Makefile
19 lines
378 B
Makefile
# Created by: Groovis <groovis@groovis.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-Macro
|
|
PORTVERSION= 1.27
|
|
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
|
|
|
|
MAN3= HTML::Macro.3 HTML::Macro::Loop.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|