From 36724fe71dd7683e5b8da1f9bbe6eb0ba6df1b6c Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 30 May 2006 21:36:32 +0000 Subject: Adding port databases/p5-Data-Pageset, a module for manipulating multiple pages of returned data as well as sets of pages. Approved by: tobez (implicit) --- databases/p5-Data-Pageset/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 databases/p5-Data-Pageset/Makefile (limited to 'databases/p5-Data-Pageset/Makefile') diff --git a/databases/p5-Data-Pageset/Makefile b/databases/p5-Data-Pageset/Makefile new file mode 100644 index 000000000000..d7412b383c9a --- /dev/null +++ b/databases/p5-Data-Pageset/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Data-Pageset +# Date created: 29 May 2006 +# Whom: Aaron Dalton +# +# $FreeBSD$ +# + +PORTNAME= Data-Pageset +PORTVERSION= 1.03 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Data +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Page numbering and page sets + +BUILD_DEPENDS= ${SITE_PERL}/Data/Page.pm:${PORTSDIR}/databases/p5-Data-Page +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Data::Pageset.3 + +PERL_CONFIGURE= yes + +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include -- cgit