diff options
Diffstat (limited to 'www/p5-libapreq/Makefile')
-rw-r--r-- | www/p5-libapreq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-libapreq/Makefile b/www/p5-libapreq/Makefile index 3cbc0eb39bef..528b1de6c9fa 100644 --- a/www/p5-libapreq/Makefile +++ b/www/p5-libapreq/Makefile @@ -8,15 +8,15 @@ PORTNAME= libapreq PORTVERSION= 1.33 CATEGORIES= www perl5 devel -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Apache +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Generic Apache Request Library .if defined(WITH_MODPERL2) -IGNORE= "This port does not support mod_perl2" +IGNORE= This port does not support mod_perl2 .else RUN_DEPENDS?= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl BUILD_DEPENDS= ${RUN_DEPENDS} \ |