forked from Lainports/freebsd-ports
HTML::GenerateUtil is a module provides C language version of various helper routines for generating HTML output. WWW: http://search.cpan.org/dist/HTML-GenerateUtil/ PR: ports/152380 Submitted by: Kurt Lidl <kurt.lidl@cello.com>
21 lines
408 B
Makefile
21 lines
408 B
Makefile
# New ports collection makefile for: p5-HTML-GenerateUtil
|
|
# Date Created: 2010-11-18
|
|
# Whom: Kurt Lidl (kurt.lidl@cello.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-GenerateUtil
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 module for generating HTML on the fly
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::GenerateUtil.3
|
|
|
|
.include <bsd.port.mk>
|