55f51d28b9
Many applications require that a large set of results be broken down into a smaller set of 'windows', or 'pages' in web language. Array::Window implements an algorithm specifically for dealing with these windows. It is very flexible and permissive, making adjustments to the window as needed. ok pyr@
24 lines
469 B
Makefile
24 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/13 06:44:44 simon Exp $
|
|
|
|
COMMENT= calculate windows/subsets/pages of arrays
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Array-Window-1.01
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CPAN_AUTHOR= ADAMK
|
|
|
|
MAKE_ENV+= AUTOMATED_TESTING=1
|
|
|
|
REGRESS_DEPENDS+=::devel/p5-Test-Pod
|
|
|
|
.include <bsd.port.mk>
|