diff options
author | erwin <erwin@FreeBSD.org> | 2008-02-24 04:21:40 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-02-24 04:21:40 +0800 |
commit | f7e2019ae85337289461af8009d94cb8b7bf60c2 (patch) | |
tree | 1c25dfc67941c54f8a2e1799c50645c71150e43d /databases/p5-Data-Pageset/Makefile | |
parent | 6b2fec8676ab688045dd7280c12b62f32b932350 (diff) | |
download | freebsd-ports-gnome-f7e2019ae85337289461af8009d94cb8b7bf60c2.tar.gz freebsd-ports-gnome-f7e2019ae85337289461af8009d94cb8b7bf60c2.tar.zst freebsd-ports-gnome-f7e2019ae85337289461af8009d94cb8b7bf60c2.zip |
Update to 1.04
PR: 120896
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout
Diffstat (limited to 'databases/p5-Data-Pageset/Makefile')
-rw-r--r-- | databases/p5-Data-Pageset/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-Data-Pageset/Makefile b/databases/p5-Data-Pageset/Makefile index ec540d72f366..b8d5af51abc1 100644 --- a/databases/p5-Data-Pageset/Makefile +++ b/databases/p5-Data-Pageset/Makefile @@ -6,16 +6,16 @@ # PORTNAME= Data-Pageset -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Data +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org COMMENT= Page numbering and page sets -BUILD_DEPENDS= ${SITE_PERL}/Data/Page.pm:${PORTSDIR}/databases/p5-Data-Page +BUILD_DEPENDS= p5-Data-Page>=2:${PORTSDIR}/databases/p5-Data-Page \ + p5-Test-Simple>=0.1:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Data::Pageset.3 |