openbsd-ports/net/p5-Net-Whois/Makefile

25 lines
517 B
Makefile

# $OpenBSD: Makefile,v 1.6 2004/02/07 12:51:24 sturm Exp $
COMMENT= 'perl5 module for getting and parsing whois entries'
VERSION= 1.9
DISTNAME= Net-Whois-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
HOMEPAGE= http://www.hudes.org/netwhois.html
MAINTAINER= Dan Weeks <danimal@danimal.org>
# GPL/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>