2013-02-27 19:19:16 +01:00
|
|
|
# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
2008-07-31 20:35:52 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Text-ParseWords
|
2013-03-18 12:33:28 +01:00
|
|
|
PORTVERSION= 3.29
|
2008-07-31 20:35:52 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-12-13 19:07:49 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2011-08-21 11:50:42 +02:00
|
|
|
COMMENT= Parse text into an array of tokens or array of arrays
|
2008-07-31 20:35:52 +02:00
|
|
|
|
2011-08-21 11:50:42 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-05-16 08:27:56 +02:00
|
|
|
|
2008-07-31 20:35:52 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::ParseWords.3
|
|
|
|
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/Text/ParseWords.pm \
|
2011-08-21 11:50:42 +02:00
|
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords/.packlist
|
2008-07-31 20:35:52 +02:00
|
|
|
|
2011-08-21 11:50:42 +02:00
|
|
|
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords
|
|
|
|
PLIST_DIRSTRY= %%SITE_PERL%%/Text \
|
|
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
2008-07-31 20:35:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|