View | Details | Raw Unified | Return to bug 165664
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	HTML-FormatText-WithLinks
8
PORTNAME=	HTML-FormatText-WithLinks
9
PORTVERSION=	0.11
9
PORTVERSION=	0.11
10
PORTREVISION=	1
10
CATEGORIES=	textproc perl5
11
CATEGORIES=	textproc perl5
11
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 14-21 Link Here
14
MAINTAINER=	loader@freebsdmall.com
15
MAINTAINER=	loader@freebsdmall.com
15
COMMENT=	Perl5 module to convert HTML to text with links as footnotes
16
COMMENT=	Perl5 module to convert HTML to text with links as footnotes
16
17
17
BUILD_DEPENDS=	${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format
18
BUILD_DEPENDS=	p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \
18
RUN_DEPENDS=	${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format
19
		p5-URI>=0:${PORTSDIR}/net/p5-URI
20
RUN_DEPENDS:=	${BUILD_DEPENDS}
19
21
20
PERL_CONFIGURE=	yes
22
PERL_CONFIGURE=	yes
21
MAN3=		HTML::FormatText::WithLinks.3
23
MAN3=		HTML::FormatText::WithLinks.3

Return to bug 165664