mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
dfee1a9c6a
Changelog: Fixed outputing row class attribute twice. Request and fix from Reinhard Mutz FullChangelog: http://www.chime.ucl.ac.uk/~rmhiajp/htmltable/changes.htm
22 lines
407 B
Makefile
22 lines
407 B
Makefile
# New ports collection makefile for: p5-HTML-Table
|
|
# Date created: Di 13 Mär 2001 19:37:25 CET
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-Table
|
|
PORTVERSION= 2.08a
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Generate HTML tables for CGI scripts
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::Table.3
|
|
|
|
.include <bsd.port.mk>
|