diff options
-rw-r--r-- | misc/p5-Software-License/Makefile | 9 | ||||
-rw-r--r-- | misc/p5-Software-License/distinfo | 4 | ||||
-rw-r--r-- | misc/p5-Software-License/pkg-plist | 1 |
3 files changed, 6 insertions, 8 deletions
diff --git a/misc/p5-Software-License/Makefile b/misc/p5-Software-License/Makefile index bd768df5f8b6..08f7678d909f 100644 --- a/misc/p5-Software-License/Makefile +++ b/misc/p5-Software-License/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: Software::License -# Date created: 11 May 2010 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Software-License -PORTVERSION= 0.103004 +PORTVERSION= 0.103005 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -48,6 +44,7 @@ MAN3= Software::License.3 \ Software::License::MIT.3 \ Software::License::Mozilla_1_0.3 \ Software::License::Mozilla_1_1.3 \ + Software::License::Mozilla_2_0.3 \ Software::License::None.3 \ Software::License::OpenSSL.3 \ Software::License::Perl_5.3 \ diff --git a/misc/p5-Software-License/distinfo b/misc/p5-Software-License/distinfo index c959b2974e34..aeb7b15fe0e5 100644 --- a/misc/p5-Software-License/distinfo +++ b/misc/p5-Software-License/distinfo @@ -1,2 +1,2 @@ -SHA256 (Software-License-0.103004.tar.gz) = 5dc8cfa331dfb2c0f9985d8bb941e3e177737dc2070bed862df178f4ca17caca -SIZE (Software-License-0.103004.tar.gz) = 98993 +SHA256 (Software-License-0.103005.tar.gz) = 050a14e0b3fb15763fd267fdd8ccc7ec8c459d8cc830b0bdc39ce09f5910f88c +SIZE (Software-License-0.103005.tar.gz) = 105337 diff --git a/misc/p5-Software-License/pkg-plist b/misc/p5-Software-License/pkg-plist index 3eb97cd6c8fe..b358ce6bf451 100644 --- a/misc/p5-Software-License/pkg-plist +++ b/misc/p5-Software-License/pkg-plist @@ -18,6 +18,7 @@ %%SITE_PERL%%/Software/License/MIT.pm %%SITE_PERL%%/Software/License/Mozilla_1_0.pm %%SITE_PERL%%/Software/License/Mozilla_1_1.pm +%%SITE_PERL%%/Software/License/Mozilla_2_0.pm %%SITE_PERL%%/Software/License/None.pm %%SITE_PERL%%/Software/License/OpenSSL.pm %%SITE_PERL%%/Software/License/Perl_5.pm |