26 lines
555 B
Makefile
26 lines
555 B
Makefile
# $OpenBSD: Makefile,v 1.3 2002/03/21 21:09:20 espie Exp $
|
|
|
|
COMMENT= 'perl5 module for getting and parsing whois entries'
|
|
|
|
VERSION= 1.9
|
|
DISTNAME= Net-Whois-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
NEED_VERSION= 1.515
|
|
|
|
HOMEPAGE= http://www.panix.org/~dhudes/
|
|
|
|
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|