mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Fix wrong PKGNAME dependency.
Spotted by: Poudriere With hat: portmgr
This commit is contained in:
parent
bb0ecb7b2c
commit
d6082fb9ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443724
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= IO-Prompter
|
||||
PORTVERSION= 0.004014
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -10,7 +11,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= zi@FreeBSD.org
|
||||
COMMENT= Prompt for input, read it, clean it, return it
|
||||
|
||||
BUILD_DEPENDS= devel/p5-Contextual-Return>0:devel/p5-Contextual-Return
|
||||
BUILD_DEPENDS= p5-Contextual-Return>0:devel/p5-Contextual-Return
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
|
Loading…
Reference in New Issue
Block a user