summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-05-01 13:49:17 +0000
committersunpoet <sunpoet@FreeBSD.org>2015-05-01 13:49:17 +0000
commiteb4e6332f2d03d9dec0e1441b1022ea6dd47b245 (patch)
tree5acb07d5371a1a4ce174dbd8630f73360a22129a
parent955f2b0f11bafa9805145a33fb718c7698d9ccc9 (diff)
downloadFreeBSD-ports-eb4e6332f2d03d9dec0e1441b1022ea6dd47b245.zip
FreeBSD-ports-eb4e6332f2d03d9dec0e1441b1022ea6dd47b245.tar.gz
- 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)
-rw-r--r--textproc/p5-Data-SpreadPagination/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-Data-SpreadPagination/Makefile b/textproc/p5-Data-SpreadPagination/Makefile
index c059f37..943b941 100644
--- a/textproc/p5-Data-SpreadPagination/Makefile
+++ b/textproc/p5-Data-SpreadPagination/Makefile
@@ -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>
OpenPOWER on IntegriCloud