aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Package-Stash/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-Package-Stash/Makefile b/devel/p5-Package-Stash/Makefile
index f18be477cbf6..16941e767690 100644
--- a/devel/p5-Package-Stash/Makefile
+++ b/devel/p5-Package-Stash/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Package-Stash
PORTVERSION= 0.25
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/D/DO/DOY
@@ -15,8 +16,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Routines for manipulating stashes
-BUILD_DEPENDS= p5-Package-Stash-XS>=0.21:${PORTSDIR}/devel/p5-Package-Stash-XS
-RUN_DEPENDS= p5-Package-Stash-XS>=0.21:${PORTSDIR}/devel/p5-Package-Stash-XS
+BUILD_DEPENDS= \
+ p5-Package-Stash-XS>=0.21:${PORTSDIR}/devel/p5-Package-Stash-XS \
+ p5-Package-DeprecationManager>=0:${PORTSDIR}/devel/p5-Package-DeprecationManager
+RUN_DEPENDS= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \