4fdb91d510
- patch from Bernd merged upstream. from Bernd Ahlers; ok naddy@
24 lines
476 B
Makefile
24 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.3 2005/07/28 23:13:05 aanriot Exp $
|
|
|
|
COMMENT= "perl extension for unparsed raw whois information"
|
|
|
|
DISTNAME= Net-Whois-Raw-0.97
|
|
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
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|