freebsd-ports/sysutils/p5-Sys-HostIP/Makefile
Renato Botelho f73b50c420 Sys::HostIP does what it can to determine the IP address
of your machine. This module was tested on Irix, OpenBSD,
FreeBSD, NetBSD, Solaris, Linux, OSX, Win32, and Cygwin.

WWW:	http://search.cpan.org/dist/Sys-HostIP/

PR:		ports/130267
Submitted by:	Murilo Opsfelder <mopsfelder at gmail.com>
2009-01-07 18:40:06 +00:00

21 lines
406 B
Makefile

# New ports collection makefile for: p5-Sys-HostIP
# Date created: 2009-01-07
# Whom: Murilo Opsfelder <mopsfelder@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Sys-HostIP
PORTVERSION= 1.3.1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mopsfelder@gmail.com
COMMENT= A Perl module to get IP address related info
PERL_CONFIGURE= yes
MAN3= Sys::HostIP.3
.include <bsd.port.mk>