blob: 637100f6d1e81532b2ccb64bdecb00e00a2137de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= HTML-TableContentParser
PORTVERSION= 0.13
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Do interesting things with the contents of tables
RUN_DEPENDS= p5-HTML-Parser>=3.68:${PORTSDIR}/www/p5-HTML-Parser
USES= perl5
USE_PERL5= configure
MAN3= HTML::TableContentParser.3
NO_STAGE= yes
.include <bsd.port.mk>
|