pkgsrc/databases/p5-DBIx-Class-InflateColumn-IP/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

24 lines
816 B
Makefile

# $NetBSD: Makefile,v 1.15 2019/06/30 20:14:24 nia Exp $
DISTNAME= DBIx-Class-InflateColumn-IP-0.02003
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/DBIx-Class-InflateColumn-IP
COMMENT= DBIx::Class component to auto-create NetAddr::IP objects from columns
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/DBIx/Class/InflateColumn/IP/.packlist
DEPENDS+= p5-DBIx-Class>=0.07005:../../databases/p5-DBIx-Class
DEPENDS+= p5-NetAddr-IP-[0-9]*:../../net/p5-NetAddr-IP
# For test really
BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"