Date: Mon, 1 Oct 2018 09:08:31 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481017 - head/math/p5-Statistics-Descriptive Message-ID: <201810010908.w9198VHt060102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Oct 1 09:08:31 2018 New Revision: 481017 URL: https://svnweb.freebsd.org/changeset/ports/481017 Log: - Add LICENSE - Add NO_ARCH - Cleanup pkg-descr Approved by: portmgr blanket Modified: head/math/p5-Statistics-Descriptive/Makefile head/math/p5-Statistics-Descriptive/pkg-descr Modified: head/math/p5-Statistics-Descriptive/Makefile ============================================================================== --- head/math/p5-Statistics-Descriptive/Makefile Mon Oct 1 09:08:13 2018 (r481016) +++ head/math/p5-Statistics-Descriptive/Makefile Mon Oct 1 09:08:31 2018 (r481017) @@ -11,9 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that supplies statistical methods for perl5 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> Modified: head/math/p5-Statistics-Descriptive/pkg-descr ============================================================================== --- head/math/p5-Statistics-Descriptive/pkg-descr Mon Oct 1 09:08:13 2018 (r481016) +++ head/math/p5-Statistics-Descriptive/pkg-descr Mon Oct 1 09:08:31 2018 (r481017) @@ -6,6 +6,3 @@ are available. Using the full method, the entire data and additional functions are available. WWW: https://metacpan.org/release/Statistics-Descriptive - --Anton -<tobez@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810010908.w9198VHt060102>