pkgsrc/net/p5-Net-Frame/Makefile
mef 2d6ce50da0 (net/p5-Net-Frame) Updated from 1.19 to 1.21
1.21 Thu 23 May 07:54:16 CEST 2019
   - update: copyright notice

1.20 Wed 22 May 11:15:40 CEST 2019
   - bugfix: tests for IPv4 & IPv6 DNS resolutions
   => https://rt.cpan.org/Ticket/Display.html?id=129409
2019-11-08 14:42:05 +00:00

21 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.18 2019/11/08 14:42:05 mef Exp $
DISTNAME= Net-Frame-1.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= The base framework for frame crafting
HOMEPAGE= https://metacpan.org/release/Net-Frame
LICENSE= artistic
DEPENDS+= p5-Class-Gomor>=1.0:../../devel/p5-Class-Gomor
DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
DEPENDS+= p5-Net-IPv6Addr-[0-9]*:../../net/p5-Net-IPv6Addr
DEPENDS+= p5-Bit-Vector-[0-9]*:../../devel/p5-Bit-Vector
PERL5_PACKLIST= auto/Net/Frame/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"