9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
20 lines
520 B
Makefile
20 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.41 2020/01/26 17:31:53 rillig Exp $
|
|
|
|
DISTNAME= Net-Server-2.009
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://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"
|