diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-06 13:41:40 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-06 13:41:40 +0000 |
commit | b1b8c2a1fa449aafcef4d7ef1edd6e9c0b99bba7 (patch) | |
tree | 4c660a75de235d6a87da54e06b4cd32dcab9df12 /devel/p5-RunApp/Makefile | |
parent | 5d545c6f642677f36e1a84fb74d558a0b5179a56 (diff) |
Notes
Diffstat (limited to 'devel/p5-RunApp/Makefile')
-rw-r--r-- | devel/p5-RunApp/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/devel/p5-RunApp/Makefile b/devel/p5-RunApp/Makefile index 9f550b5c586e..9f9bc1bfdff7 100644 --- a/devel/p5-RunApp/Makefile +++ b/devel/p5-RunApp/Makefile @@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= CPAN:CLKAO PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org -COMMENT= A generic module to run web-applications +COMMENT= Generic module to run web-applications BUILD_DEPENDS= p5-App-Control>=0:${PORTSDIR}/devel/p5-App-Control \ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ @@ -20,16 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= App::Control::Apache.3 \ - RunApp.3 \ - RunApp::Apache.3 \ - RunApp::Base.3 \ - RunApp::Control.3 \ - RunApp::Control::ApacheCtl.3 \ - RunApp::Control::AppControl.3 \ - RunApp::Cron.3 \ - RunApp::Template.3 \ - RunApp::Template::Apache.3 - -NO_STAGE= yes .include <bsd.port.mk> |