pkgsrc/net/ruby-netaddr/Makefile
seb 9a13d2d2dd Initial import of ruby-netaddr as version 1.4.0 into the NetBSD
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.
2008-05-09 22:28:12 +00:00

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"