2001-03-13 22:11:38 +01:00
|
|
|
|
# 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
|
2004-11-18 15:24:49 +01:00
|
|
|
|
PORTVERSION= 2.02
|
2001-03-13 22:11:38 +01:00
|
|
|
|
CATEGORIES= www perl5
|
2001-08-13 14:39:35 +02:00
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2001-03-13 22:11:38 +01:00
|
|
|
|
MASTER_SITE_SUBDIR= HTML
|
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
2001-08-23 01:07:23 +02:00
|
|
|
|
MAINTAINER= petef@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
|
COMMENT= Generate HTML tables for CGI scripts
|
2001-03-13 22:11:38 +01:00
|
|
|
|
|
2001-06-12 18:18:02 +02:00
|
|
|
|
PERL_CONFIGURE= yes
|
2001-03-13 22:11:38 +01:00
|
|
|
|
|
|
|
|
|
MAN3= HTML::Table.3
|
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|