diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-20 02:18:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-20 02:18:04 +0000 |
commit | 28763aa5cf7bdbbf73cdd0958ae4328e044ea372 (patch) | |
tree | 6b2e3025ac762b0313186fd6b9e8e0d92899e9b3 /www/p5-FastCGI/Makefile | |
parent | a27e397e8493ef9cf25c3e05134b376000bb7be7 (diff) | |
download | ports-28763aa5cf7bdbbf73cdd0958ae4328e044ea372.tar.gz ports-28763aa5cf7bdbbf73cdd0958ae4328e044ea372.zip |
Notes
Diffstat (limited to 'www/p5-FastCGI/Makefile')
-rw-r--r-- | www/p5-FastCGI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-FastCGI/Makefile b/www/p5-FastCGI/Makefile index da0fe3ca5127..ef72bb6423c6 100644 --- a/www/p5-FastCGI/Makefile +++ b/www/p5-FastCGI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= FastCGI -PORTVERSION= 0.52 +PORTVERSION= 0.58 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= FCGI @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libfcgi.a:${PORTSDIR}/www/fcgi PERL_CONFIGURE= yes -MAN3= FCGI.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= FCGI.3 .include <bsd.port.mk> |