7fcc5f139e
Changes: https://metacpan.org/changes/distribution/FCGI-ProcManager PR: 197729 Approved by: maintainer timeout (2 weeks)
16 lines
307 B
Makefile
16 lines
307 B
Makefile
# Created by: Peter <peter@vereshagin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= FCGI-ProcManager
|
|
PORTVERSION= 0.25
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= peter@vereshagin.org
|
|
COMMENT= Functions for managing FastCGI applications
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|