3417fb2f9c
Changes from previous: 0.13 2011-02-12 - No functional changes in this release - Added eg/runfcgi.pl, contributed by Paul Evans (LeoNerd) - Added eg/server.pl
22 lines
673 B
Makefile
22 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/11/17 07:58:01 hiramatsu Exp $
|
|
|
|
DISTNAME= Net-FastCGI-0.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5 net
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-FastCGI/
|
|
COMMENT= Perl 5 module to build and parse FastCGI messages
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Net/FastCGI/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-HexString-[0-9]*:../../devel/p5-Test-HexString
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|