pkgsrc/www/p5-FCGI/Makefile
mjl 36f2b7607f Update to 0.55. Changes are:
o small documentation fix
        o compilation issues with older perls fixed
        o library initialization when using sockets fixed
        o library fixes  ("Rob Saccoccio" <robs@ipass.net>)
        o compilation issues with newer gcc
        o completely untested OPEN and READLINE methods
        o sfio version compiles again
        o General clean-ups
        o Allow attaching/detaching
        o Changed DESTROY behaviour
        o Fixed default warn/die handler of old interface
        o Document new interface
2000-10-30 12:24:13 +00:00

19 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.5 2000/10/30 12:24:13 mjl Exp $
#
PKGVER= 0.55
DISTNAME= FCGI-${PKGVER}
PKGNAME= p5-FCGI-${PKGVER}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.fastcgi.com/
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/FCGI/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"