2010-04-08 02:49:18 +02:00
|
|
|
# New ports collection makefile for: p5-Text-Extract-Word
|
|
|
|
# Date created: April 07 2010
|
|
|
|
# Whom: jupengfei <jupengfei@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Extract-Word
|
2012-03-09 13:17:50 +01:00
|
|
|
PORTVERSION= 0.04
|
2010-04-08 02:49:18 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-09-23 13:18:15 +02:00
|
|
|
MAINTAINER= culot@FreeBSD.org
|
2010-04-08 02:49:18 +02:00
|
|
|
COMMENT= A simple module for extracting the text from a Microsoft Word file
|
|
|
|
|
2011-09-23 13:18:15 +02:00
|
|
|
LICENSE= ART20
|
|
|
|
|
2012-03-09 13:17:50 +01:00
|
|
|
BUILD_DEPENDS= p5-OLE-Storage_Lite>0:${PORTSDIR}/devel/p5-OLE-Storage_Lite
|
2011-09-23 13:18:15 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-04-08 02:49:18 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= Text::Extract::Word.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|