diff options
author | clsung <clsung@FreeBSD.org> | 2010-05-11 14:43:46 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2010-05-11 14:43:46 +0800 |
commit | a201d9fa6ffaeae08a89b33f37e472c199a14abc (patch) | |
tree | 4b2721ed2a3310dc3f2038cebe5de36df99eb485 | |
parent | a8437172521285cf364393338c77da4a1d38abe0 (diff) | |
download | freebsd-ports-gnome-a201d9fa6ffaeae08a89b33f37e472c199a14abc.tar.gz freebsd-ports-gnome-a201d9fa6ffaeae08a89b33f37e472c199a14abc.tar.zst freebsd-ports-gnome-a201d9fa6ffaeae08a89b33f37e472c199a14abc.zip |
Software::License - packages that provide templated software licenses
WWW: http://search.cpan.org/dist/Software-License/
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Software-License/Makefile | 52 | ||||
-rw-r--r-- | misc/p5-Software-License/distinfo | 3 | ||||
-rw-r--r-- | misc/p5-Software-License/pkg-descr | 3 | ||||
-rw-r--r-- | misc/p5-Software-License/pkg-plist | 31 |
5 files changed, 90 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index eadf3b9a8ec3..84e82acf6220 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -415,6 +415,7 @@ SUBDIR += p5-Locale-US SUBDIR += p5-Net-vCard SUBDIR += p5-Norge + SUBDIR += p5-Software-License SUBDIR += p5-Test-Dir SUBDIR += p5-Text-FIGlet SUBDIR += p5-Tie-DxHash diff --git a/misc/p5-Software-License/Makefile b/misc/p5-Software-License/Makefile new file mode 100644 index 000000000000..6d932c1e9e82 --- /dev/null +++ b/misc/p5-Software-License/Makefile @@ -0,0 +1,52 @@ +# New ports collection makefile for: Software::License +# Date created: 11 May 2010 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Software-License +PORTVERSION= 0.016 +CATEGORIES= misc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/R/RJ/RJBS +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Packages that provide templated software licenses + +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 +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Software::License.3 \ + Software::License::AGPL_3.3 \ + Software::License::Apache_1_1.3 \ + Software::License::Apache_2_0.3 \ + Software::License::Artistic_1_0.3 \ + Software::License::Artistic_2_0.3 \ + Software::License::BSD.3 \ + Software::License::CC0_1_0.3 \ + Software::License::FreeBSD.3 \ + Software::License::GFDL_1_2.3 \ + Software::License::GPL_1.3 \ + Software::License::GPL_2.3 \ + Software::License::GPL_3.3 \ + Software::License::LGPL_2_1.3 \ + Software::License::LGPL_3_0.3 \ + Software::License::MIT.3 \ + Software::License::Mozilla_1_0.3 \ + Software::License::Mozilla_1_1.3 \ + Software::License::None.3 \ + Software::License::OpenSSL.3 \ + Software::License::Perl_5.3 \ + Software::License::QPL_1_0.3 \ + Software::License::SSLeay.3 \ + Software::License::Sun.3 \ + Software::License::Zlib.3 \ + Software::LicenseUtils.3 + +.include <bsd.port.mk> diff --git a/misc/p5-Software-License/distinfo b/misc/p5-Software-License/distinfo new file mode 100644 index 000000000000..729eb2c1fa09 --- /dev/null +++ b/misc/p5-Software-License/distinfo @@ -0,0 +1,3 @@ +MD5 (Software-License-0.016.tar.gz) = 629d2550325964bce87dfcccabc0bba6 +SHA256 (Software-License-0.016.tar.gz) = 54fd60714b85853a3e1840132243c69bf16a77f957c93f5b4d0d4df3bc659a86 +SIZE (Software-License-0.016.tar.gz) = 106310 diff --git a/misc/p5-Software-License/pkg-descr b/misc/p5-Software-License/pkg-descr new file mode 100644 index 000000000000..40c51799cc28 --- /dev/null +++ b/misc/p5-Software-License/pkg-descr @@ -0,0 +1,3 @@ +Software::License - packages that provide templated software licenses + +WWW: http://search.cpan.org/dist/Software-License/ diff --git a/misc/p5-Software-License/pkg-plist b/misc/p5-Software-License/pkg-plist new file mode 100644 index 000000000000..38d34318079b --- /dev/null +++ b/misc/p5-Software-License/pkg-plist @@ -0,0 +1,31 @@ +%%SITE_PERL%%/Software/License.pm +%%SITE_PERL%%/Software/License/AGPL_3.pm +%%SITE_PERL%%/Software/License/Apache_1_1.pm +%%SITE_PERL%%/Software/License/Apache_2_0.pm +%%SITE_PERL%%/Software/License/Artistic_1_0.pm +%%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/FreeBSD.pm +%%SITE_PERL%%/Software/License/GFDL_1_2.pm +%%SITE_PERL%%/Software/License/GPL_1.pm +%%SITE_PERL%%/Software/License/GPL_2.pm +%%SITE_PERL%%/Software/License/GPL_3.pm +%%SITE_PERL%%/Software/License/LGPL_2_1.pm +%%SITE_PERL%%/Software/License/LGPL_3_0.pm +%%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/None.pm +%%SITE_PERL%%/Software/License/OpenSSL.pm +%%SITE_PERL%%/Software/License/Perl_5.pm +%%SITE_PERL%%/Software/License/QPL_1_0.pm +%%SITE_PERL%%/Software/License/SSLeay.pm +%%SITE_PERL%%/Software/License/Sun.pm +%%SITE_PERL%%/Software/License/Zlib.pm +%%SITE_PERL%%/Software/LicenseUtils.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Software/License/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Software/License +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Software +@dirrmtry %%SITE_PERL%%/Software/License +@dirrmtry %%SITE_PERL%%/Software |