diff options
Diffstat (limited to 'textproc/p5-String-ShellQuote/Makefile')
-rw-r--r-- | textproc/p5-String-ShellQuote/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-String-ShellQuote/Makefile b/textproc/p5-String-ShellQuote/Makefile index 343d0645a9aa..60ae50fd135b 100644 --- a/textproc/p5-String-ShellQuote/Makefile +++ b/textproc/p5-String-ShellQuote/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-String-ShellQuote -# Date created: 31 December 2000 -# Whom: Anton Berezin <tobez@tobez.org> -# +# Created by: Anton Berezin <tobez@tobez.org> # $FreeBSD$ -# PORTNAME= String-ShellQuote PORTVERSION= 1.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module for quote strings for passing through the shell -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= shell-quote.1 MAN3= String::ShellQuote.3 |