diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 05:48:19 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 05:48:19 +0000 |
commit | 1c55a892c2fbacb9dac8fd32855a10654dc34283 (patch) | |
tree | 405d2711d654b223432e84cde15af1735848aad2 /devel/p5-Devel-GlobalDestruction-XS/Makefile | |
parent | 1e6adbd361887ec7527cbc9692801b1b808074f1 (diff) | |
download | ports-1c55a892c2fbacb9dac8fd32855a10654dc34283.tar.gz ports-1c55a892c2fbacb9dac8fd32855a10654dc34283.zip |
Notes
Diffstat (limited to 'devel/p5-Devel-GlobalDestruction-XS/Makefile')
-rw-r--r-- | devel/p5-Devel-GlobalDestruction-XS/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Devel-GlobalDestruction-XS/Makefile b/devel/p5-Devel-GlobalDestruction-XS/Makefile index 9fe617ce9b03..911b1b3a9983 100644 --- a/devel/p5-Devel-GlobalDestruction-XS/Makefile +++ b/devel/p5-Devel-GlobalDestruction-XS/Makefile @@ -13,7 +13,8 @@ COMMENT= Faster implementation of the Devel::GlobalDestruction API LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Devel::GlobalDestruction::XS.3 |