1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/sysutils/p5-Sys-HostIP/Makefile
Andrej Zverev 9e0ade65f2 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 09:24:24 +00:00

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>