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.
17 lines
454 B
Makefile
17 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.33 2020/01/26 17:31:35 rillig Exp $
|
|
|
|
DISTNAME= Mail-Sendmail-0.80
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://alma.ch/perl/
|
|
COMMENT= Perl5 module dedicated to Sendmail
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Mail/Sendmail/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|