c2d7618dc4
Approved by: portmgr (blanket infrastructure)
16 lines
322 B
Makefile
16 lines
322 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
|
|
|
|
.include <bsd.port.mk>
|