2003-04-29 11:31:03 +02:00
|
|
|
# New ports collection makefile for: textproc/p5-Text-Shellwords
|
|
|
|
# Date created: Mon Mar 17 11:47:21 PST 2003
|
|
|
|
# Whom: George Hartzell <hartzell@fruitfly.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Shellwords
|
2006-06-15 03:16:08 +02:00
|
|
|
PORTVERSION= 1.08
|
2003-04-29 11:31:03 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-04-29 11:31:03 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-03-07 07:14:52 +01:00
|
|
|
MAINTAINER= hartzell@alerce.com
|
2003-04-29 11:31:03 +02:00
|
|
|
COMMENT= This is a thin wrapper around the shellwords.pl package
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::Shellwords.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|