freebsd-ports/sysutils/p5-Sys-HostIP/Makefile

24 lines
475 B
Makefile
Raw Normal View History

# 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.9.3
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= mopsfelder@gmail.com
COMMENT= A Perl module to get IP address related info
USES= perl5
USE_PERL5= configure
MAN3= Sys::HostIP.3
.include <bsd.port.mk>