mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
9e0ade65f2
Approved by: portmgr (blanket infrastructure)
18 lines
372 B
Makefile
18 lines
372 B
Makefile
# Created by: 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= Perl module to get IP address related info
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|