Tweak textproc/p5-RTF-Parser version 1.09
[dports.git] / textproc / p5-RTF-Parser / Makefile
1 # Created by: clsung@dragon2.net
2 # $FreeBSD: textproc/p5-RTF-Parser/Makefile 340722 2014-01-22 17:00:46Z mat $
3
4 PORTNAME=       RTF-Parser
5 PORTVERSION=    1.09
6 CATEGORIES=     textproc perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Perl module for parsing RTF files
12
13 BUILD_DEPENDS=  p5-RTF-Tokenizer>=0:${PORTSDIR}/textproc/p5-RTF-Tokenizer
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 .include <bsd.port.mk>