2004-02-07 07:51:24 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2004/02/07 12:51:24 sturm Exp $
|
2001-04-13 14:06:19 -04:00
|
|
|
|
2002-11-20 20:16:58 -05:00
|
|
|
COMMENT= 'perl5 module for getting and parsing whois entries'
|
2001-04-13 14:06:19 -04:00
|
|
|
|
2002-11-20 20:16:58 -05:00
|
|
|
VERSION= 0.62
|
|
|
|
DISTNAME= Net-ParseWhois-${VERSION}
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= net perl5
|
2001-04-13 14:06:19 -04:00
|
|
|
|
2004-02-07 07:51:24 -05:00
|
|
|
MAINTAINER= Dan Weeks <danimal@danimal.org>
|
2001-04-13 14:06:19 -04:00
|
|
|
|
2004-02-07 07:51:24 -05:00
|
|
|
# GPL/Artistic
|
2001-04-13 14:06:19 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-11-20 20:16:58 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
2001-04-13 14:06:19 -04:00
|
|
|
|
2002-11-20 20:16:58 -05:00
|
|
|
CONFIGURE_STYLE= perl
|
2001-04-13 14:06:19 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|