Date: Fri, 1 May 2015 13:49:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385111 - head/textproc/p5-Data-SpreadPagination Message-ID: <201505011349.t41DnIE0053416@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri May 1 13:49:17 2015 New Revision: 385111 URL: https://svnweb.freebsd.org/changeset/ports/385111 Log: - Add LICENSE - Add TEST_DEPENDS - Add NO_ARCH - Remove test: - Update email address in "Created by" comment - Bump PORTREVISION for package change PR: 199000 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Modified: head/textproc/p5-Data-SpreadPagination/Makefile Modified: head/textproc/p5-Data-SpreadPagination/Makefile ============================================================================== --- head/textproc/p5-Data-SpreadPagination/Makefile Fri May 1 13:49:13 2015 (r385110) +++ head/textproc/p5-Data-SpreadPagination/Makefile Fri May 1 13:49:17 2015 (r385111) @@ -1,9 +1,9 @@ -# Created by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> +# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com> # $FreeBSD$ PORTNAME= Data-SpreadPagination PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,15 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= svysh.fbsd@gmail.com COMMENT= Page numbering and spread pagination -BUILD_DEPENDS= \ - p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \ - p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \ + p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod USES= perl5 USE_PERL5= configure - -test: - cd ${WRKSRC} && ${MAKE} test +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505011349.t41DnIE0053416>