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
|
2007-03-20 19:06:46 +01:00
|
|
|
|
PORTVERSION= 2.05
|
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-
|
|
|
|
|
|
2006-05-26 12:45:51 +02:00
|
|
|
|
MAINTAINER= perl@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
|
|
|
|
|
|
2006-02-08 08:51:45 +01:00
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|