diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-11 00:57:23 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-11 00:57:23 +0800 |
commit | c5770fb845a77956d93867492aa23437c60c3ccf (patch) | |
tree | 8a20cbe7d8563f5a5e09a9afb9679cb288fb2077 /net | |
parent | 4ddd962ed42eb954e54eac8a33f847b2e8233f65 (diff) | |
download | freebsd-ports-gnome-c5770fb845a77956d93867492aa23437c60c3ccf.tar.gz freebsd-ports-gnome-c5770fb845a77956d93867492aa23437c60c3ccf.tar.zst freebsd-ports-gnome-c5770fb845a77956d93867492aa23437c60c3ccf.zip |
- Updated to MODBUILD instead of CONFIGURE
- Set as Perl5.8 only. Investigating as to whether the vendor intended
this change.
Approved by: tobez (implicit)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-OpenDHT/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/p5-Net-OpenDHT/Makefile b/net/p5-Net-OpenDHT/Makefile index de1dc1977636..5ed841de0c12 100644 --- a/net/p5-Net-OpenDHT/Makefile +++ b/net/p5-Net-OpenDHT/Makefile @@ -24,15 +24,14 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained/Fast.pm:${PORTSDIR}/devel/p5- ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MOD_BUILD= yes MAN3= Net::OpenDHT.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6. Please install lang/perl5 or -lang/perl5.8 +IGNORE= requires Perl 5.8. Please install lang/perl5 or lang/perl5.8 .endif .include <bsd.port.post.mk> |