pkgsrc/mail/p5-Net-SMTP-SSL/Makefile
nia d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00

20 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.16 2019/06/30 20:16:17 nia Exp $
DISTNAME= Net-SMTP-SSL-1.04
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= mail perl5 security
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Net-SMTP-SSL
COMMENT= Perl5 module providing SSL support for Net::SMTP
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Net/SMTP/SSL/.packlist
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"