diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 14:30:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 14:30:23 +0000 |
commit | 67c3ce47d7c1ca69ba10c11644a0460191642ec6 (patch) | |
tree | d6d6dd77a5c95bedf28f79dd7b1fc328f8f4c716 /net/p5-Net-STOMP-Client | |
parent | 86ef053f8c990bc1c599bcd0c8ef381d1fdec90a (diff) |
Notes
Diffstat (limited to 'net/p5-Net-STOMP-Client')
-rw-r--r-- | net/p5-Net-STOMP-Client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-STOMP-Client/Makefile b/net/p5-Net-STOMP-Client/Makefile index 6221d9c7aa6a..fcdd1db712af 100644 --- a/net/p5-Net-STOMP-Client/Makefile +++ b/net/p5-Net-STOMP-Client/Makefile @@ -16,7 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::STOMP::Client.3 \ Net::STOMP::Client::Auth.3 \ |