1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/net-mgmt/p5-Net-IP/Makefile
Sunpoet Po-Chuan Hsieh c58eafb487 - 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>
2014-05-03 08:47:09 +00:00

23 lines
434 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
# $FreeBSD$
PORTNAME= Net-IP
PORTVERSION= 1.26
CATEGORIES= net-mgmt perl5 ipv6
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's|my $$count|& = 0|' ${WRKSRC}/ipcount
.include <bsd.port.mk>