7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
19 lines
498 B
Makefile
19 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:38 jlam Exp $
|
|
#
|
|
|
|
PKGVER= 0.67
|
|
DISTNAME= FCGI-${PKGVER}
|
|
PKGNAME= p5-FCGI-${PKGVER}
|
|
SVR4_PKGNAME= p5fcg
|
|
PKGREVISION= 2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.fastcgi.com/
|
|
COMMENT= Perl5 library for FastCGI, a fast startup alternative to CGI
|
|
|
|
PERL5_PACKLIST= auto/FCGI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|