1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/p5-FCGI/Makefile

18 lines
343 B
Makefile
Raw Normal View History

# Created by: Kelly Yancey <kbyanc@posi.net>
# $FreeBSD$
PORTNAME= FCGI
PORTVERSION= 0.77
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ETHER
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Modules for perl5, for enabling FastCGI support in CGI scripts
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>