2003-07-22 15:47:14 +02:00
|
|
|
# New ports collection makefile for: p5-Data-Page
|
|
|
|
# Date created: 21 july 2003
|
|
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Data-Page
|
2009-02-13 14:32:07 +01:00
|
|
|
PORTVERSION= 2.01
|
2003-07-22 15:47:14 +02:00
|
|
|
CATEGORIES= databases perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-07-22 15:47:14 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-07-22 15:47:14 +02:00
|
|
|
COMMENT= Pager utility for Class::DBI
|
|
|
|
|
2004-11-03 16:42:42 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained
|
2004-11-03 13:56:58 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2004-07-21 18:46:13 +02:00
|
|
|
PERL_MODBUILD= yes
|
2003-07-22 15:47:14 +02:00
|
|
|
|
|
|
|
MAN3= Data::Page.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|