1208b957de
0.28 2017-02-27 Andrew Rodland <arodland@cpan.org> * 2+ years may not have been long enough for a trial release. * Fix startup failure in 0.27 (RT#120448). 0.27 2017-02-27 Andrew Rodland <arodland@cpan.org> * 2+ years seems like long enough for a trial release. * No changes since 0.26_02. 0.26_02 2014-11-27 Andrew Rodland <arodland@cpan.org> * Try again, with the OS name spelled properly. 0.26_01 2014-11-26 Andrew Rodland <arodland@cpan.org> * Trial version of Win32 support
16 lines
469 B
Makefile
16 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.17 2017/09/27 15:14:19 wiz Exp $
|
|
|
|
DISTNAME= FCGI-ProcManager-0.28
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/FCGI-ProcManager/
|
|
COMMENT= Functions for managing FastCGI applications
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
PERL5_PACKLIST= auto/FCGI/ProcManager/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|