blob: 518ef326e73c115c6fbb12436092b45a8ac0be32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|