diff options
Diffstat (limited to 'www/p5-FCGI-ProcManager/Makefile')
-rw-r--r-- | www/p5-FCGI-ProcManager/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/p5-FCGI-ProcManager/Makefile b/www/p5-FCGI-ProcManager/Makefile new file mode 100644 index 00000000000..591dc25520f --- /dev/null +++ b/www/p5-FCGI-ProcManager/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-FCGI-ProcManager +# Date created: 2007-12-28 +# Whom: Peter <peter@vereshagin.org> +# +# $FreeBSD$ +# + +PORTNAME= FCGI-ProcManager +PORTVERSION= 0.17 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= FCGI +PKGNAMEPREFIX= p5- + +MAINTAINER= peter@vereshagin.org +COMMENT= Functions for managing FastCGI applications + +PERL_CONFIGURE= yes + +MAN3= FCGI::ProcManager.3 + +.include <bsd.port.mk> |