diff options
Diffstat (limited to 'devel/p5-IO-YAML/Makefile')
-rw-r--r-- | devel/p5-IO-YAML/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-IO-YAML/Makefile b/devel/p5-IO-YAML/Makefile index 43090a148fd3..740ff68fa289 100644 --- a/devel/p5-IO-YAML/Makefile +++ b/devel/p5-IO-YAML/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Read and write YAML streams incrementally -BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -RUN_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-YAML>=0:textproc/p5-YAML +RUN_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-YAML>=0:textproc/p5-YAML USES= perl5 USE_PERL5= modbuild |