mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
22 lines
408 B
Makefile
22 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.11
|
|
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>
|