23 lines
477 B
Makefile
23 lines
477 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= 0.62
|
|
DISTNAME= Net-ParseWhois-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
|
|
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>
|