mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
c0d79077f7
data display in a web application. Based on given resultset size, page size, and offset value sensed from current URI, it constructs links for navigation between results pages. It can be used conveniently from a templating system, has both OO and functional interface, and can optionally generate necessary HTML itself. WWW: http://search.cpan.org/dist/CGI-Pager/
22 lines
404 B
Makefile
22 lines
404 B
Makefile
# New ports collection makefile for: CGI::Pager
|
|
# Date created: 03 Jun 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CGI-Pager
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to generate HTML pagination linkage easily
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CGI::Pager.3
|
|
|
|
.include <bsd.port.mk>
|