diff options
author | mat <mat@FreeBSD.org> | 2004-02-11 02:59:43 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-02-11 02:59:43 +0800 |
commit | 23d6ec7e306f327b67cce8bf59bf710efd3bd6d5 (patch) | |
tree | 39018391c8f14c4f79d4e4b6b332b95287c7bd61 /devel | |
parent | 9e050c1e77663e56ad30e80ec75e0c32e01300ec (diff) | |
download | freebsd-ports-gnome-23d6ec7e306f327b67cce8bf59bf710efd3bd6d5.tar.gz freebsd-ports-gnome-23d6ec7e306f327b67cce8bf59bf710efd3bd6d5.tar.zst freebsd-ports-gnome-23d6ec7e306f327b67cce8bf59bf710efd3bd6d5.zip |
Switch to PERL_MODBUILD (so that I don't break INDEX more)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-App-Info/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-App-Info/Makefile b/devel/p5-App-Info/Makefile index c158fb227b5c..15948b9cda9c 100644 --- a/devel/p5-App-Info/Makefile +++ b/devel/p5-App-Info/Makefile @@ -17,7 +17,7 @@ COMMENT= Interface for providing metadata about installed software packages BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= YES +PERL_MODBUILD= YES MAN3= App::Info::HTTPD.3 App::Info::Lib::Iconv.3 \ App::Info::HTTPD::Apache.3 App::Info::Lib.3 App::Info::RDBMS.3 \ @@ -26,7 +26,6 @@ MAN3= App::Info::HTTPD.3 App::Info::Lib::Iconv.3 \ App::Info::Util.3 App::Info::Handler.3 App::Info.3 \ App::Info::Handler::Prompt.3 App::Info::Handler::Carp.3 -.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.pre.mk> .if ${PERL_LEVEL} <= 500600 |