diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-07 02:50:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-07 02:50:34 +0800 |
commit | fe4c371e6119b318fa9c8910e140eb9fcf5ad7ae (patch) | |
tree | d5ae03a9720a4bf96b5c92d86554734c4e5a4e2a /devel | |
parent | 5cd45e41014c4e926e6abc2afda20a24dfc55774 (diff) | |
download | freebsd-ports-gnome-fe4c371e6119b318fa9c8910e140eb9fcf5ad7ae.tar.gz freebsd-ports-gnome-fe4c371e6119b318fa9c8910e140eb9fcf5ad7ae.tar.zst freebsd-ports-gnome-fe4c371e6119b318fa9c8910e140eb9fcf5ad7ae.zip |
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-Miscellany/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Data-Miscellany/pkg-descr | 11 | ||||
-rw-r--r-- | devel/p5-Data-Miscellany/pkg-plist | 6 |
3 files changed, 12 insertions, 10 deletions
diff --git a/devel/p5-Data-Miscellany/Makefile b/devel/p5-Data-Miscellany/Makefile index bf2642257152..29484a0a083c 100644 --- a/devel/p5-Data-Miscellany/Makefile +++ b/devel/p5-Data-Miscellany/Makefile @@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Collection of miscellaneous subroutines -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/devel/p5-Data-Miscellany/pkg-descr b/devel/p5-Data-Miscellany/pkg-descr index c9d9f335946a..6f38910948be 100644 --- a/devel/p5-Data-Miscellany/pkg-descr +++ b/devel/p5-Data-Miscellany/pkg-descr @@ -1,8 +1,7 @@ -This is a collection of miscellaneous subroutines useful in wide but -varying scenarios; a catch-all module for things that don't obviously -belong anywhere else. Obviously what's useful differs from person to -person, but this particular collection should be useful in -object-oriented frameworks, such as Class::Scaffold and -Data::Conveyor. +This is a collection of miscellaneous subroutines useful in wide but varying +scenarios; a catch-all module for things that don't obviously belong anywhere +else. Obviously what's useful differs from person to person, but this particular +collection should be useful in object-oriented frameworks, such as +Class::Scaffold and Data::Conveyor. WWW: http://search.cpan.org/dist/Data-Miscellany/ diff --git a/devel/p5-Data-Miscellany/pkg-plist b/devel/p5-Data-Miscellany/pkg-plist index 8d931f817e51..d39cf161e349 100644 --- a/devel/p5-Data-Miscellany/pkg-plist +++ b/devel/p5-Data-Miscellany/pkg-plist @@ -1,6 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany/.packlist %%SITE_PERL%%/Data/Miscellany.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany/.packlist %%PERL5_MAN3%%/Data::Miscellany.3.gz -@dirrmtry %%SITE_PERL%%/Data -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data +@dirrmtry %%SITE_PERL%%/Data |