freebsd-ports/textproc/p5-Text-ParseWords/Makefile
Philip M. Gollucci 6673f0faff This is a CORE module. If you installed perl 5.003 or above, a
version of this module is already available to you. This CPAN
package is only here to update core distributions prior 5.005.

The version provided is the same that comes with perl 5.00502.
If you run a newer version of perl, the version of Text::ParseWords
included there may be newer. This package is not fully synchronized
with the perl distributions.

Please run "perldoc Text::ParseWords" to see what this module
is for.

WWW:	http://search.cpan.org/dist/Text-ParseWords/

Approved by:    araujo (mentor)
2008-07-31 18:35:52 +00:00

28 lines
677 B
Makefile

# New ports collection makefile for: p5-Text-ParseWords
# Date created: Jul 31, 2008
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= Text-ParseWords
PORTVERSION= 3.1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= parse text into an array of tokens or array of arrays
PERL_CONFIGURE= yes
MAN3= Text::ParseWords.3
PLIST_FILES= %%SITE_PERL%%/Text/ParseWords.pm \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords/.packlist
PLIST_DIRS= %%SITE_PERL%%/Text \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
.include <bsd.port.mk>