diff options
Diffstat (limited to 'www/p5-HTTP-Daemon/Makefile')
-rw-r--r-- | www/p5-HTTP-Daemon/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-HTTP-Daemon/Makefile b/www/p5-HTTP-Daemon/Makefile index 95f61f7b26ff..ae904e919f2b 100644 --- a/www/p5-HTTP-Daemon/Makefile +++ b/www/p5-HTTP-Daemon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTTP-Daemon -# Date created: 2011-04-15 -# Whom: Frederic Culot <culot@FreeBSD.org> -# +# Created by: Frederic Culot <culot@FreeBSD.org> # $FreeBSD$ -# PORTNAME= HTTP-Daemon PORTVERSION= 6.01 @@ -21,7 +17,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= p5-libwww-5* -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Daemon.3 |