diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-02-15 20:16:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-02-15 20:16:41 +0000 |
commit | e6c341bcff08444b5f44f253a32f07b427dfc85d (patch) | |
tree | b26048b3f3dd6f03c0eaa10d84e0c19361a2ed39 | |
parent | fc676cd78e4906b154dcdd631fb7115b7944a037 (diff) | |
download | ports-e6c341bcff08444b5f44f253a32f07b427dfc85d.tar.gz ports-e6c341bcff08444b5f44f253a32f07b427dfc85d.zip |
Add missed Package::DeprecationManager in order to run
PR: ports/154807
Submitted by: brooks@
Notes
Notes:
svn path=/head/; revision=269212
-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 \ |