aebf041a88
WWW: http://search.cpan.org/dist/Text-ParseWords/ PR: ports/120632 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
21 lines
436 B
Makefile
21 lines
436 B
Makefile
# New ports collection makefile for: p5-Text-ParseWords
|
|
# Date created: 2008-02-13
|
|
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-ParseWords
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lippemail@gmail.com
|
|
COMMENT= Parse text into an array of tokens or array of arrays
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::ParseWords.3
|
|
|
|
.include <bsd.port.mk>
|