diff options
Diffstat (limited to 'devel/p5-Data-ClearSilver-HDF/Makefile')
-rw-r--r-- | devel/p5-Data-ClearSilver-HDF/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Data-ClearSilver-HDF/Makefile b/devel/p5-Data-ClearSilver-HDF/Makefile index 7bdf8d6fb7af..fa801e5a9def 100644 --- a/devel/p5-Data-ClearSilver-HDF/Makefile +++ b/devel/p5-Data-ClearSilver-HDF/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Convert from Perl Data Structure to ClearSilver HDF -BUILD_DEPENDS= p5-ClearSilver>=0:${PORTSDIR}/www/p5-ClearSilver \ - p5-Data-Structure-Util>=0:${PORTSDIR}/devel/p5-Data-Structure-Util \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor +BUILD_DEPENDS= p5-ClearSilver>=0:www/p5-ClearSilver \ + p5-Data-Structure-Util>=0:devel/p5-Data-Structure-Util \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Class-Accessor>=0:devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |