diff options
author | az <az@FreeBSD.org> | 2011-02-16 04:16:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2011-02-16 04:16:41 +0800 |
commit | af49c55fed60679f84979fde44c01f65d1653da4 (patch) | |
tree | 17aa6eb07e85c9ccd3618c3d8c234ae6dd591694 /devel | |
parent | 8b886be3f377417c8f3c83cf87e7c7b956df89e2 (diff) | |
download | freebsd-ports-gnome-af49c55fed60679f84979fde44c01f65d1653da4.tar.gz freebsd-ports-gnome-af49c55fed60679f84979fde44c01f65d1653da4.tar.zst freebsd-ports-gnome-af49c55fed60679f84979fde44c01f65d1653da4.zip |
Add missed Package::DeprecationManager in order to run
PR: ports/154807
Submitted by: brooks@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Package-Stash/Makefile | 7 |
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 \ |