Update x11-drivers/xf86-input-wacom to version 0.34.0_1
[dports.git] / textproc / p5-Text-Extract-Word / Makefile
1 # Created by: jupengfei <jupengfei@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       Text-Extract-Word
5 PORTVERSION=    0.04
6 PORTREVISION=   1
7 CATEGORIES=     textproc perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     culot@FreeBSD.org
12 COMMENT=        Simple module for extracting the text from a Microsoft Word file
13
14 LICENSE=        ART20
15
16 BUILD_DEPENDS=  p5-OLE-Storage_Lite>0:devel/p5-OLE-Storage_Lite
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>