diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:41:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:41:18 +0000 |
commit | 7fe1af8865090c8bb0944d3ac341b8d6bf3f1aa6 (patch) | |
tree | 0830b8c997491d240142a3cbadcfb920dcd63c9b /misc/p5-File-Sort | |
parent | ab0d0e065c299039a950d2dafeb30eb3b2c5087f (diff) | |
download | ports-7fe1af8865090c8bb0944d3ac341b8d6bf3f1aa6.tar.gz ports-7fe1af8865090c8bb0944d3ac341b8d6bf3f1aa6.zip |
Notes
Diffstat (limited to 'misc/p5-File-Sort')
-rw-r--r-- | misc/p5-File-Sort/Makefile | 19 | ||||
-rw-r--r-- | misc/p5-File-Sort/pkg-plist | 3 |
2 files changed, 10 insertions, 12 deletions
diff --git a/misc/p5-File-Sort/Makefile b/misc/p5-File-Sort/Makefile index 2aceecc2c325..072d54e8b624 100644 --- a/misc/p5-File-Sort/Makefile +++ b/misc/p5-File-Sort/Makefile @@ -1,19 +1,16 @@ # Created by: Seamus Venasse <svenasse@polaris.ca> # $FreeBSD$ -PORTNAME= File-Sort -PORTVERSION= 1.01 -CATEGORIES= misc perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= File-Sort +PORTVERSION= 1.01 +CATEGORIES= misc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sort a file or merge sort multiple files -USES= perl5 -USE_PERL5= configure +USES= perl5 +USE_PERL5= configure -MAN3= File::Sort.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-File-Sort/pkg-plist b/misc/p5-File-Sort/pkg-plist index 309daedb4849..85693a73d746 100644 --- a/misc/p5-File-Sort/pkg-plist +++ b/misc/p5-File-Sort/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/File::Sort.3.gz %%SITE_PERL%%/File/Sort.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Sort/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Sort +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Sort @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File @dirrmtry %%SITE_PERL%%/File |