pkgsrc/net/p5-NetAddr-IP/Makefile
wiz 45cd3def6c Update to 4.077:
4.077 Fri Aug 14 01:17:23 PDT 2015
	re-numbered because of CPAN upload issue

4.076 Thu Aug 13 22:44:48 PDT 2015
	added method is_local() to Lite.pm
	inspired by Xan Charbonne

        fix Util Makefile.PL to accomodate bug in Android's sh

	add method full6m()
	inspired by abraxxa@cpan.org

        fix Util/Makefile.PL issue with clang compiler, bug 86831
2015-08-17 15:48:28 +00:00

33 lines
958 B
Makefile

# $NetBSD: Makefile,v 1.37 2015/08/17 15:48:28 wiz Exp $
DISTNAME= NetAddr-IP-4.077
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetAddr/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/NetAddr-IP/
COMMENT= Perl5 module for managing IP addresses
LICENSE= artistic OR gnu-gpl-v2
# This is for the 'test' target
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
REPLACE_PERL+= IP.pm
REPLACE_PERL+= Lite/Lite.pm
REPLACE_PERL+= Lite/Util/Util.pm
REPLACE_PERL+= Lite/Util/lib/NetAddr/IP/UtilPP.pm
REPLACE_PERL+= Lite/Util/tlib/NetAddr/IP/Util_IS.pm
SUBST_CLASSES+= fixperl
SUBST_STAGE.fixperl= pre-configure
SUBST_MESSAGE.fixperl= Fixing perl interpreter
SUBST_FILES.fixperl+= Lite/Util/Makefile.PL
SUBST_SED.fixperl= -e 's,/usr/bin/perl,${PERL5},'
USE_LANGUAGES= c
PERL5_PACKLIST= auto/NetAddr/IP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"