diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:47:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:47:09 +0800 |
commit | aa8bebae9964a252fabda65e2f5555d34a33684c (patch) | |
tree | 908c7a05542a07043c307f03a180f5dddcd67718 /net-mgmt | |
parent | 1685157b15a43f3d981e4087ae32d8850e7852d6 (diff) | |
download | freebsd-ports-gnome-aa8bebae9964a252fabda65e2f5555d34a33684c.tar.gz freebsd-ports-gnome-aa8bebae9964a252fabda65e2f5555d34a33684c.tar.zst freebsd-ports-gnome-aa8bebae9964a252fabda65e2f5555d34a33684c.zip |
- 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>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Net-IP/Makefile | 11 |
1 files 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 <bsd.port.mk> |