diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
commit | fb2d5da4ebc1084c623330fb16bdcba15bb94569 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-String-Scanf | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) | |
download | ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.tar.gz ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.zip |
Notes
Diffstat (limited to 'textproc/p5-String-Scanf')
-rw-r--r-- | textproc/p5-String-Scanf/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-String-Scanf/pkg-plist | 5 |
2 files changed, 10 insertions, 12 deletions
diff --git a/textproc/p5-String-Scanf/Makefile b/textproc/p5-String-Scanf/Makefile index 472b3cf91dbf..9cf7072e0dd8 100644 --- a/textproc/p5-String-Scanf/Makefile +++ b/textproc/p5-String-Scanf/Makefile @@ -1,19 +1,16 @@ # Created by: Seamus Venasse <svenasse@polaris.ca> # $FreeBSD$ -PORTNAME= String-Scanf -PORTVERSION= 2.1 -CATEGORIES= textproc perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= String-Scanf +PORTVERSION= 2.1 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org -COMMENT= Emulates the sscanf() of the C stdio library +MAINTAINER= perl@FreeBSD.org +COMMENT= Emulates the sscanf() of the C stdio library USES= perl5 USE_PERL5= configure -MAN3= String::Scanf.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-String-Scanf/pkg-plist b/textproc/p5-String-Scanf/pkg-plist index 63060ffce52d..f58f65cbeb07 100644 --- a/textproc/p5-String-Scanf/pkg-plist +++ b/textproc/p5-String-Scanf/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Scanf/.packlist +%%PERL5_MAN3%%/String::Scanf.3.gz %%SITE_PERL%%/String/Scanf.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Scanf +%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Scanf/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Scanf @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String @dirrmtry %%SITE_PERL%%/String |