Index: head/devel/p5-Getopt-ArgvFile/Makefile =================================================================== --- head/devel/p5-Getopt-ArgvFile/Makefile (revision 487964) +++ head/devel/p5-Getopt-ArgvFile/Makefile (revision 487965) @@ -1,17 +1,20 @@ # Created by: Eric Schnoebelen # $FreeBSD$ PORTNAME= Getopt-ArgvFile PORTVERSION= 1.11 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for processing argument vectors +LICENSE= ART10 + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Index: head/devel/p5-Getopt-ArgvFile/pkg-descr =================================================================== --- head/devel/p5-Getopt-ArgvFile/pkg-descr (revision 487964) +++ head/devel/p5-Getopt-ArgvFile/pkg-descr (revision 487965) @@ -1,12 +1,11 @@ Module Getopt::ArgvFile is a simple supplement to other option handling modules. It allows script options and parameters to be read from files instead of from the command line by interpolating file contents into @ARGV. This way it PREPARES the final option handling. Getopt::ArgvFile does NOT perform any option processing itself, and should work fine together with any other option handling module (e.g. Getopt::Long) or even self coded option handling. --Anton - +WWW: https://metacpan.org/release/Getopt-ArgvFile