pkgsrc/net/p5-Net-Server/Makefile
mef e79e1d34dc Update to 1.008
---------------
2.008  May 12 2014
        - Long awaited patch for the IO::Socket::SSL default verify mode bug
        - Add Time::HiRes as a dep
        - Update to new github hosted repository with all legacy code imported
        - Beginnings of change to dzil based releases
        - There are several dozen outstanding bugs that will be addressed in the next release
2015-02-27 13:51:35 +00:00

20 lines
503 B
Makefile

# $NetBSD: Makefile,v 1.34 2015/02/27 13:51:35 mef Exp $
#
DISTNAME= Net-Server-2.008
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://seamons.com/net_server.html
COMMENT= Perl5 modules for network services engine
LICENSE= ${PERL5_LICENSE}
REPLACE_PERL= bin/net-server
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Net/Server/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"