- Add LICENSE
- Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
2b011faa42
commit
bef8f3af7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363608
3 changed files with 10 additions and 8 deletions
|
@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl extension parsing IPv4 ranges
|
||||
|
||||
USES= perl5
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Simple Interface for getting start and ending address of ranges as
|
||||
integers.
|
||||
Simple Interface for getting start and ending address of ranges as integers.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-IPV4-Range-Parse/
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4/Range/Parse/.packlist
|
||||
%%SITE_PERL%%/Data/IPV4/Range/Parse.pm
|
||||
%%SITE_PERL%%/Data/IPV4/Range/Parse.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4/Range/Parse/.packlist
|
||||
%%PERL5_MAN3%%/Data::IPV4::Range::Parse.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Data/IPV4/Range
|
||||
@dirrmtry %%SITE_PERL%%/Data/IPV4
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4/Range/Parse
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4/Range/Parse
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4/Range
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
||||
@dirrmtry %%SITE_PERL%%/Data/IPV4/Range
|
||||
@dirrmtry %%SITE_PERL%%/Data/IPV4
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
||||
|
|
Loading…
Reference in a new issue