4deb45eef2
The Net::XWhois class provides a generic client framework for doing Whois queries and parsing server response. From maintainer: Johan Huldtgren ok landry@, auto-ok cpan@
20 lines
427 B
Makefile
20 lines
427 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/24 15:27:06 merdely Exp $
|
|
|
|
COMMENT = whois client interface for perl5
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Net-XWhois-0.90
|
|
PKGNAME = p5-${DISTNAME}
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://sourceforge.net/projects/xwhois/
|
|
MAINTAINER = jhuldtgren@gmail.com
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|