diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-28 07:41:59 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-28 07:41:59 +0000 |
commit | 737d3255e728e5bf4d12cc7d48089db5b943450b (patch) | |
tree | b9a9f15a8d401eb0164d93c17d097a1a15d3458d /net/ipw/Makefile | |
parent | 882553447c0b3ff2618f6aed9161dadd2ca34f7d (diff) | |
download | pkgsrc-737d3255e728e5bf4d12cc7d48089db5b943450b.tar.gz |
Initial import of ipw-3.3a
A program that automatically queries the ARIN, RIPE, and APNIC
databases to obtain the registration information for a domain.
Package contributed by Mipam Ngarong <mipam@virginia.edu>
in pkg/12454, modified by me.
Diffstat (limited to 'net/ipw/Makefile')
-rw-r--r-- | net/ipw/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/ipw/Makefile b/net/ipw/Makefile new file mode 100644 index 00000000000..145470a4947 --- /dev/null +++ b/net/ipw/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/28 07:41:59 zuntum Exp $ +# + +DISTNAME= ipw-3.3a +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= mipam@ibb.net,zuntum@netbsd.org +HOMEPAGE= http://mjhb.marina-del-rey.ca.us/ipw/ +COMMENT= "whois" replacement that automatically queries several databases + +WRKSRC= ${WRKDIR} + +post-install: + ${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/ipw.README + +.include "../../mk/bsd.pkg.mk" |