diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-String-ShellQuote/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-String-ShellQuote/pkg-descr | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-String-ShellQuote/Makefile b/textproc/p5-String-ShellQuote/Makefile index 60930bc0ccb1..1c9acbb61455 100644 --- a/textproc/p5-String-ShellQuote/Makefile +++ b/textproc/p5-String-ShellQuote/Makefile @@ -11,7 +11,11 @@ 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 <bsd.port.mk> diff --git a/textproc/p5-String-ShellQuote/pkg-descr b/textproc/p5-String-ShellQuote/pkg-descr index 3374d06617ad..6308f037c4b5 100644 --- a/textproc/p5-String-ShellQuote/pkg-descr +++ b/textproc/p5-String-ShellQuote/pkg-descr @@ -3,3 +3,5 @@ which are going to pass through the shell or a shell-like object. -Anton <tobez@FreeBSD.org> + +WWW: https://metacpan.org/release/String-ShellQuote |