mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
22 lines
447 B
Makefile
22 lines
447 B
Makefile
|
# New ports collection makefile for: p5-HTML-Macro
|
||
|
# Date created: January 27th, 2008
|
||
|
# Whom: 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
|
||
|
|
||
|
PERL_CONFIGURE= YES
|
||
|
|
||
|
MAN3= HTML::Macro.3 HTML::Macro::Loop.3
|
||
|
|
||
|
.include <bsd.port.mk>
|