2003-10-17 09:47:56 +02:00
|
|
|
# New ports collection makefile for: textproc/p5-RTF-Parser
|
|
|
|
# Date created: Oct 15th 2003
|
|
|
|
# Whom: clsung@dragon2.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= RTF-Parser
|
2004-07-28 11:19:58 +02:00
|
|
|
PORTVERSION= 1.09
|
2003-10-17 09:47:56 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-17 09:47:56 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-10-17 09:47:56 +02:00
|
|
|
COMMENT= Perl module for parsing RTF files
|
|
|
|
|
2012-06-04 20:08:03 +02:00
|
|
|
BUILD_DEPENDS= p5-RTF-Tokenizer>=0:${PORTSDIR}/textproc/p5-RTF-Tokenizer
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-07-28 11:19:58 +02:00
|
|
|
|
2003-10-17 09:47:56 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2004-07-28 11:19:58 +02:00
|
|
|
MAN3= RTF::HTML::Converter.3 \
|
|
|
|
RTF::Control.3 \
|
|
|
|
RTF::TEXT::Converter.3 \
|
|
|
|
RTF::Parser.3
|
|
|
|
|
2003-10-17 09:47:56 +02:00
|
|
|
.include <bsd.port.mk>
|