pkgsrc/devel/p5-Net-Netmask/Makefile
rhaen 57f3087d0a Updated to 1.9016
Changes:

= 2011/03/22 1.9016

Fix bug #46996: warnings issued for bad input.
Fix bug #43348: use POSIX::floor() instead of int()
Rewrite netmask.t to use Test::More
2012-01-26 19:38:09 +00:00

17 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.14 2012/01/26 19:38:09 rhaen Exp $
DISTNAME= Net-Netmask-1.9016
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= charlie@rubberduck.com
COMMENT= Perl5 module to parse and manipulate IP network blocks
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Net/Netmask/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"