e5de35776f
changes since 0.85: - Changed maintainer to bbb@cpan.org (Rob Brown). - Patch to fix Net::Server::Daemonize setuid bug: http://www.ijs.si/software/amavisd/net-server.patch - Add a fix in the argument handling of configure to account for some alpha systems (James Vasak) - For RedHat 8.0 perl.req, avoid demanding that perl(IO::Muliplex) and perl(IO::Socket::SSL) rpms are installed just to use Net::Server.
18 lines
478 B
Makefile
18 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/01/05 04:37:26 grant Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Server-0.86
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5nts
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://seamons.com/net_server.html
|
|
COMMENT= Perl5 modules for network services engine
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Server/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|