pkgsrc/time/p5-DateTime-Format-Pg/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

26 lines
822 B
Makefile

# $NetBSD: Makefile,v 1.24 2019/06/30 20:17:15 nia Exp $
DISTNAME= DateTime-Format-Pg-0.16013
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/DateTime-Format-Pg
COMMENT= Parse and format PostgreSQL dates and times
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-DateTime>=0.1000:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-Builder>=0.72:../../time/p5-DateTime-Format-Builder
DEPENDS+= p5-DateTime-TimeZone>=0.05:../../time/p5-DateTime-TimeZone
# TEST_DEPENDS
BUILD_DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
PERL5_PACKLIST= auto/DateTime/Format/Pg/.packlist
PERL5_MODULE_TYPE= Module::Build::Tiny
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"