diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-04 14:09:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-04 14:09:20 +0800 |
commit | 8eb1fd83bf978a97a7b04b72ecb78037dfc0097d (patch) | |
tree | f523a905221062d30442cf82c142ba489a601d3a /misc | |
parent | 58a2b0232e52d1e33d2ee2922e22e74d38aa56d9 (diff) | |
download | freebsd-ports-gnome-8eb1fd83bf978a97a7b04b72ecb78037dfc0097d.tar.gz freebsd-ports-gnome-8eb1fd83bf978a97a7b04b72ecb78037dfc0097d.tar.zst freebsd-ports-gnome-8eb1fd83bf978a97a7b04b72ecb78037dfc0097d.zip |
- update to 0.103000
- add licenses
- changes: http://cpansearch.perl.org/src/RJBS/Software-License-0.103000/Changes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Software-License/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Software-License/distinfo | 4 | ||||
-rw-r--r-- | misc/p5-Software-License/pkg-plist | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/misc/p5-Software-License/Makefile b/misc/p5-Software-License/Makefile index 6b233a7f1e04..ca42271d19bf 100644 --- a/misc/p5-Software-License/Makefile +++ b/misc/p5-Software-License/Makefile @@ -6,15 +6,18 @@ # PORTNAME= Software-License -PORTVERSION= 0.102341 +PORTVERSION= 0.103000 CATEGORIES= misc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/R/RJ/RJBS +MASTER_SITE_SUBDIR= CPAN:RJBS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Packages that provide templated software licenses +LICENSE_COMB= dual +LICENSE= ART20 GPLv1 + BUILD_DEPENDS= p5-Data-Section>=0:${PORTSDIR}/devel/p5-Data-Section \ p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \ p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template @@ -33,6 +36,7 @@ MAN3= Software::License.3 \ Software::License::Artistic_2_0.3 \ Software::License::BSD.3 \ Software::License::CC0_1_0.3 \ + Software::License::Custom.3 \ Software::License::FreeBSD.3 \ Software::License::GFDL_1_2.3 \ Software::License::GPL_1.3 \ diff --git a/misc/p5-Software-License/distinfo b/misc/p5-Software-License/distinfo index f83bcf4900e7..6fd32b7d95bb 100644 --- a/misc/p5-Software-License/distinfo +++ b/misc/p5-Software-License/distinfo @@ -1,2 +1,2 @@ -SHA256 (Software-License-0.102341.tar.gz) = 32db5e2be9f7b52166fa524fa4a2efb02050a5648bff7a38be5e99d8ed644566 -SIZE (Software-License-0.102341.tar.gz) = 93212 +SHA256 (Software-License-0.103000.tar.gz) = 54678d54a2f576962a377f4f49c8420798406c3afce9abd2f92543f5ee0c7d7e +SIZE (Software-License-0.103000.tar.gz) = 94712 diff --git a/misc/p5-Software-License/pkg-plist b/misc/p5-Software-License/pkg-plist index a5f6353872aa..1b75b63f7c32 100644 --- a/misc/p5-Software-License/pkg-plist +++ b/misc/p5-Software-License/pkg-plist @@ -6,6 +6,7 @@ %%SITE_PERL%%/Software/License/Artistic_2_0.pm %%SITE_PERL%%/Software/License/BSD.pm %%SITE_PERL%%/Software/License/CC0_1_0.pm +%%SITE_PERL%%/Software/License/Custom.pm %%SITE_PERL%%/Software/License/FreeBSD.pm %%SITE_PERL%%/Software/License/GFDL_1_2.pm %%SITE_PERL%%/Software/License/GPL_1.pm |