Split long page lists into pretty intervals 1-6 7-12 13 14 15 16 17 18 19-24 25-30 31-36 37-41 OK and input from sthen@, also OK benoit@, robert@
16 lines
302 B
Makefile
16 lines
302 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2017/05/19 07:57:59 pirofti Exp $
|
|
|
|
COMMENT= change long page list to be shorter and well navigate
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Data-Page-Pageset-1.02
|
|
CATEGORIES= www
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
BUILD_DEPENDS= databases/p5-Data-Page
|
|
|
|
.include <bsd.port.mk>
|