aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Table/Makefile
blob: ec3e1b8ea0befc5f5c32cd8b566a39699b5cc1e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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.04
CATEGORIES= www perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX=  p5-

MAINTAINER= petef@FreeBSD.org
COMMENT=    Generate HTML tables for CGI scripts

PERL_CONFIGURE= yes

MAN3=       HTML::Table.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}

.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>