diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-10 18:59:43 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-10 18:59:43 +0000 |
commit | d7b7f20fd2a58e9bb0101f5fcad4b803a51160bc (patch) | |
tree | 8e30fef5627a3fee3bd847950263c7ab7d69df3a /devel/p5-App-Info | |
parent | 2e3ae87ca444aa24c946c87f453183391735a5e7 (diff) | |
download | ports-d7b7f20fd2a58e9bb0101f5fcad4b803a51160bc.tar.gz ports-d7b7f20fd2a58e9bb0101f5fcad4b803a51160bc.zip |
Switch to PERL_MODBUILD (so that I don't break INDEX more)
Notes
Notes:
svn path=/head/; revision=100586
Diffstat (limited to 'devel/p5-App-Info')
-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 |