Index: head/textproc/p5-String-ShellQuote/Makefile =================================================================== --- head/textproc/p5-String-ShellQuote/Makefile (revision 478343) +++ head/textproc/p5-String-ShellQuote/Makefile (revision 478344) @@ -1,17 +1,21 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= String-ShellQuote PORTVERSION= 1.04 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module for quote strings for passing through the shell +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Index: head/textproc/p5-String-ShellQuote/pkg-descr =================================================================== --- head/textproc/p5-String-ShellQuote/pkg-descr (revision 478343) +++ head/textproc/p5-String-ShellQuote/pkg-descr (revision 478344) @@ -1,5 +1,7 @@ This module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object. -Anton + +WWW: https://metacpan.org/release/String-ShellQuote