openbsd-ports/net/p5-Net-ParseWhois/Makefile
peter f7492bad45 update to Net::ParseWhois 0.62 *and* change my official e-mail
address - which is what started me updating my ports in the first
place.
2001-09-07 22:22:41 +00:00

26 lines
577 B
Makefile

# $OpenBSD: Makefile,v 1.2 2001/09/07 22:22:41 peter Exp $
COMMENT= 'perl5 module for getting and parsing whois entries'
VERSION= 0.62
DISTNAME= Net-ParseWhois-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
NEED_VERSION= 1.395
HOMEPAGE= http://www.dajoba.com/projects/netparsewhois/
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>