4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
26 lines
740 B
Makefile
26 lines
740 B
Makefile
# New ports collection makefile for: Class-DBI-Plugin-Pager
|
|
# Date created: 25 Oct 2005
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-DBI-Plugin-Pager
|
|
PORTVERSION= 0.561
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to paged queries for CDBI
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
|
|
${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract \
|
|
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
|
${SITE_PERL}/Data/Page.pm:${PORTSDIR}/databases/p5-Data-Page
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN3= Class::DBI::Plugin::Pager.3
|
|
|
|
.include <bsd.port.mk>
|