pkgsrc/net/p5-Net-Server/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

21 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.35 2015/06/12 10:50:49 wiz Exp $
#
DISTNAME= Net-Server-2.008
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"