d5c846b3af
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.
21 lines
579 B
Makefile
21 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.17 2019/06/30 20:14:21 nia Exp $
|
|
|
|
DISTNAME= DBD-PgPP-0.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
|
|
|
|
MAINTAINER= ficovh@yahoo.com
|
|
HOMEPAGE= https://metacpan.org/release/DBD-PgPP
|
|
COMMENT= DBD::PgPP - Pure Perl PostgreSQL driver for the DBI
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/DBD/PgPP/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.59
|
|
|
|
.include "../../databases/p5-DBI/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|