openbsd-ports/net/p5-Net-IPv4Addr/Makefile
shell 0e11027986 Initial import of Net-IPv4Addr-0.10
---

Net::IPv4Addr provides functions for parsing IPv4 addresses both
in traditional address/netmask format and in the new CIDR format.
There are also methods for calculating the network and broadcast
address and also to see check if a given address is in a specific
network.
2001-07-21 04:13:51 +00:00

24 lines
487 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/07/21 04:13:51 shell Exp $
COMMENT= "perl module for IPv4 address parsing"
VERSION= 0.10
DISTNAME= Net-IPv4Addr-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
NEED_VERSION= 1.427
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>