68ca907088
while this module does relate to network address manipulation, it's really a development package with which to build applications, so devel is more appropriate.
15 lines
433 B
Makefile
15 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/01/09 01:51:11 grant Exp $
|
|
|
|
DISTNAME= Net-Netmask-1.9007
|
|
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
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Netmask/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|