diff options
Diffstat (limited to 'converters/p5-JSON-XS/Makefile')
-rw-r--r-- | converters/p5-JSON-XS/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index 4aa66218bd6e..82788a7742ab 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -13,7 +13,8 @@ COMMENT= JSON serialising/deserialising, done correctly and fast BUILD_DEPENDS= p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= json_xs.1 MAN3= JSON::XS.3 JSON::XS::Boolean.3 |