2015-05-01 15:49:17 +02:00
|
|
|
# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
|
2007-03-22 16:52:41 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Data-SpreadPagination
|
|
|
|
PORTVERSION= 0.1.2
|
2015-05-01 15:49:17 +02:00
|
|
|
PORTREVISION= 2
|
2007-03-22 16:52:41 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-03-22 16:52:41 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2013-03-02 16:55:17 +01:00
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
2007-03-22 16:52:41 +01:00
|
|
|
COMMENT= Page numbering and spread pagination
|
|
|
|
|
2015-05-01 15:49:17 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Data-Page>=0:databases/p5-Data-Page \
|
|
|
|
p5-Math-Round>=0:math/p5-Math-Round
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2016-04-01 16:25:16 +02:00
|
|
|
TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod
|
2007-03-22 16:52:41 +01:00
|
|
|
|
2013-09-10 19:26:57 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2015-05-01 15:49:17 +02:00
|
|
|
NO_ARCH= yes
|
2007-03-22 16:52:41 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|