diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-07 02:50:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-07 02:50:55 +0800 |
commit | 95cbdd5cf7f4d49faa81e1fe1a151be2548bb92c (patch) | |
tree | 8b807be58204d7c26bebfe47b5e849b4a5cd90d2 /devel | |
parent | 2f7ff5382668ca6329545c6bea4b5648c9271ad1 (diff) | |
download | freebsd-ports-gnome-95cbdd5cf7f4d49faa81e1fe1a151be2548bb92c.tar.gz freebsd-ports-gnome-95cbdd5cf7f4d49faa81e1fe1a151be2548bb92c.tar.zst freebsd-ports-gnome-95cbdd5cf7f4d49faa81e1fe1a151be2548bb92c.zip |
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
- Reformat pkg-descr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-Find-Closures/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-File-Find-Closures/pkg-descr | 10 | ||||
-rw-r--r-- | devel/p5-File-Find-Closures/pkg-plist | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/devel/p5-File-Find-Closures/Makefile b/devel/p5-File-Find-Closures/Makefile index f43e19234cdc..a7c6a7779703 100644 --- a/devel/p5-File-Find-Closures/Makefile +++ b/devel/p5-File-Find-Closures/Makefile @@ -5,7 +5,6 @@ PORTNAME= File-Find-Closures PORTVERSION= 1.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org @@ -14,7 +13,7 @@ COMMENT= Functions you can use with File::Find LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/devel/p5-File-Find-Closures/pkg-descr b/devel/p5-File-Find-Closures/pkg-descr index 7d86328b1838..601e33783def 100644 --- a/devel/p5-File-Find-Closures/pkg-descr +++ b/devel/p5-File-Find-Closures/pkg-descr @@ -1,7 +1,7 @@ -I wrote this module as an example of both using closures and using -File::Find. Students are always asking me what closures are good for, -and here's some examples. The functions mostly stand alone (i.e. they -don't need the rest of the module), so rather than creating a -dependency in your code, just lift the parts you want). +The author wrote this module as an example of both using closures and using +File::Find. Students are always asking me what closures are good for, and here's +some examples. The functions mostly stand alone (i.e. they don't need the rest +of the module), so rather than creating a dependency in your code, just lift the +parts you want). WWW: http://search.cpan.org/dist/File-Find-Closures/ diff --git a/devel/p5-File-Find-Closures/pkg-plist b/devel/p5-File-Find-Closures/pkg-plist index 3d87ee97e4a1..1877b1fda9cc 100644 --- a/devel/p5-File-Find-Closures/pkg-plist +++ b/devel/p5-File-Find-Closures/pkg-plist @@ -1,8 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Closures/.packlist %%SITE_PERL%%/File/Find/Closures.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Closures/.packlist %%PERL5_MAN3%%/File::Find::Closures.3.gz -@dirrmtry %%SITE_PERL%%/File/Find -@dirrmtry %%SITE_PERL%%/File -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Closures +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Closures @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File +@dirrmtry %%SITE_PERL%%/File/Find +@dirrmtry %%SITE_PERL%%/File |