mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
1b000dfa39
Approved by: clsung via IRC
22 lines
416 B
Makefile
22 lines
416 B
Makefile
# New ports collection makefile for: textproc/p5-Text-ExtractWords
|
|
# Date created: Oct 24 2003
|
|
# Whom: clsung@dragon2.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-ExtractWords
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for extract words from strings
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::ExtractWords.3
|
|
|
|
.include <bsd.port.mk>
|