aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-ExtractWords/Makefile
blob: 4bb179cca820444282536951c2a422afa5a47d7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	Text-ExtractWords
PORTVERSION=	0.08
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension for extract words from strings

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>