From c58eafb48741847c95acae96050fe48c99c14cf8 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 May 2014 08:47:09 +0000 Subject: [PATCH] - Add LICENSE - Pass maintainership to submitter - While I'm here: - Remove outdated post-configure: - Cleanup Makefile PR: ports/189224 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> --- net-mgmt/p5-Net-IP/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/net-mgmt/p5-Net-IP/Makefile b/net-mgmt/p5-Net-IP/Makefile index f9b9bb5c0b10..5ccd63ec9a5d 100644 --- a/net-mgmt/p5-Net-IP/Makefile +++ b/net-mgmt/p5-Net-IP/Makefile @@ -7,17 +7,16 @@ CATEGORIES= net-mgmt perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl extension for manipulating IPv4/IPv6 addresses +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure -post-configure: - ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile - post-patch: - ${REINPLACE_CMD} "1853s#\\s+#\s*#g" ${WRKSRC}/IP.pm - ${REINPLACE_CMD} "76s#count#count = 0#" ${WRKSRC}/ipcount + @${REINPLACE_CMD} -e 's|my $$count|& = 0|' ${WRKSRC}/ipcount .include