Update games/scummvm to version 1.7.0
[dports.git] / textproc / p5-HTML-Quoted / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       HTML-Quoted
4 PORTVERSION=    0.04
5 CATEGORIES=     textproc perl5
6 MASTER_SITES=   CPAN
7 PKGNAMEPREFIX=  p5-
8
9 MAINTAINER=     lth@FreeBSD.org
10 COMMENT=        Extract structure of quoted HTML mail message
11
12 LICENSE=        ART10 GPLv1
13 LICENSE_COMB=   dual
14
15 BUILD_DEPENDS=  p5-HTML-Parser>=3.0:${PORTSDIR}/www/p5-HTML-Parser
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>