diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-07 03:11:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-07 03:11:52 +0800 |
commit | 47e145ef7f77992b33326a0209468d82289ac8e1 (patch) | |
tree | 0607189033ae2bb628d64041fe0c45fa48519d38 /devel | |
parent | c953c336348f82b7bd21a5df30b79de0fe69f6b5 (diff) | |
download | freebsd-ports-gnome-47e145ef7f77992b33326a0209468d82289ac8e1.tar.gz freebsd-ports-gnome-47e145ef7f77992b33326a0209468d82289ac8e1.tar.zst freebsd-ports-gnome-47e145ef7f77992b33326a0209468d82289ac8e1.zip |
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Getopt-Attribute/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Getopt-Attribute/pkg-descr | 14 | ||||
-rw-r--r-- | devel/p5-Getopt-Attribute/pkg-plist | 6 |
3 files changed, 14 insertions, 11 deletions
diff --git a/devel/p5-Getopt-Attribute/Makefile b/devel/p5-Getopt-Attribute/Makefile index d56571c17f7d..7dd8063d582c 100644 --- a/devel/p5-Getopt-Attribute/Makefile +++ b/devel/p5-Getopt-Attribute/Makefile @@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Attribute wrapper for Getopt::Long -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/devel/p5-Getopt-Attribute/pkg-descr b/devel/p5-Getopt-Attribute/pkg-descr index 06ea085a8001..3bfdf56344d7 100644 --- a/devel/p5-Getopt-Attribute/pkg-descr +++ b/devel/p5-Getopt-Attribute/pkg-descr @@ -1,10 +1,10 @@ -This module provides an attribute wrapper around Getopt::Long. -Instead of declaring the options in a hash with references to the -variables and subroutines affected by the options, you can use the -Getopt attribute on the variables and subroutines directly. +This module provides an attribute wrapper around Getopt::Long. Instead of +declaring the options in a hash with references to the variables and subroutines +affected by the options, you can use the Getopt attribute on the variables and +subroutines directly. -As you can see from the Synopsis, the attribute takes an argument of -the same format as you would give as the hash key for Getopt::Long. -See the Getopt::Long manpage for details. +As you can see from the Synopsis, the attribute takes an argument of the same +format as you would give as the hash key for Getopt::Long. See the Getopt::Long +manpage for details. WWW: http://search.cpan.org/dist/Getopt-Attribute/ diff --git a/devel/p5-Getopt-Attribute/pkg-plist b/devel/p5-Getopt-Attribute/pkg-plist index f7498de0992d..992a5eb48f90 100644 --- a/devel/p5-Getopt-Attribute/pkg-plist +++ b/devel/p5-Getopt-Attribute/pkg-plist @@ -1,6 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Attribute/.packlist %%SITE_PERL%%/Getopt/Attribute.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Attribute/.packlist %%PERL5_MAN3%%/Getopt::Attribute.3.gz -@dirrmtry %%SITE_PERL%%/Getopt -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Attribute +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Attribute @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt +@dirrmtry %%SITE_PERL%%/Getopt |