1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/www/p5-HTML-Table/Makefile
Martin Wilke dfee1a9c6a - Update to 2.08a
Changelog:
	Fixed outputing row class attribute twice.
	Request and fix from Reinhard Mutz
FullChangelog:
	http://www.chime.ucl.ac.uk/~rmhiajp/htmltable/changes.htm
2008-06-28 22:31:19 +00:00

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>