diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-11-03 12:56:58 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-11-03 12:56:58 +0000 |
commit | ae1393f27224b1546e33f276c224836204132f6e (patch) | |
tree | 16aef8298b5c47e145e8128b7d4e955044b191e9 /databases/p5-Data-Page/Makefile | |
parent | Add p5-Class-Accessor-Chained 0.01, make chained accessors. (diff) |
Update to 2.00
Notes
Notes:
svn path=/head/; revision=120701
Diffstat (limited to 'databases/p5-Data-Page/Makefile')
-rw-r--r-- | databases/p5-Data-Page/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/p5-Data-Page/Makefile b/databases/p5-Data-Page/Makefile index 39c19095affc..dce69e2a1bb5 100644 --- a/databases/p5-Data-Page/Makefile +++ b/databases/p5-Data-Page/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Data-Page -PORTVERSION= 1.03 +PORTVERSION= 2.00 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Pager utility for Class::DBI +BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained.pm:${PORTSDIR}/devel/p5-Class-Accessor/Chained +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_MODBUILD= yes MAN3= Data::Page.3 |