pkgsrc-wip/p5-Net-Whois-RIPE/Makefile
George Michaelson cfcd4245c1 This is an object-orienated perl module that provides methods to query,
retrieve and update RIPE-157 formated objects, from whois servers that
support this format.

WWW:	http://search.cpan.org/dist/Net-Whois-RIPE/

	Michael L. Hostbaek
	mich@FreeBSD.org
2005-06-28 03:57:59 +00:00

19 lines
576 B
Makefile

DISTNAME= Net-Whois-RIPE-1.19
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= geeogeegeeoh@users.sourceforge.net
HOMEPAGE= http://www.ripe.net/
COMMENT= Implementation of RIPE Whois
BUILD_DEPENDS+= {p5-Test-Simple>=0.44,perl{,-thread}>=5.8.0}:../../devel/p5-Test-Simple
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_REQD+= 5.6.0
PERL_CONFIGURE= yes
MAKE_PARAMS= --online-tests
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Whois/RIPE/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"