freebsd-ports/textproc/p5-Text-ParseWords/Makefile
Martin Wilke aebf041a88 Text::ParseWords - Parse text into an array of tokens or array of arrays.
WWW:	http://search.cpan.org/dist/Text-ParseWords/

PR:		ports/120632
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
2008-02-16 21:13:56 +00:00

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>