4bea300e3b
This perl module allows to collect whois information from a whois server in a raw, unparsed way. The result is simply stored in a string. from Toni Mueller <tm@tonimueller.org>
22 lines
465 B
Makefile
22 lines
465 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/04 18:48:52 sturm Exp $
|
|
|
|
COMMENT= "perl extension for unparsed raw whois information"
|
|
|
|
DISTNAME= Net-Whois-Raw-0.23
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
|
|
MAINTAINER= Toni Mueller <tm@tonimueller.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|