9a13d2d2dd
Packages Collection. NetAddr (formerly IPAdmin) is a Ruby package for working with network addresses. Includes: ability to subnet/supernet IPv4 and IPv6 space, create CIDR-based hierarchical trees, manipulate MAC addresses, and much more.
15 lines
387 B
Makefile
15 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/05/09 22:28:12 seb Exp $
|
|
|
|
DISTNAME= netaddr-1.4.0
|
|
PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://netaddr.rubyforge.org/
|
|
COMMENT= Ruby package for working with network addresses
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|