2c6b14778c
Approved by: portmgr (blanket infrastructure)
16 lines
310 B
Makefile
16 lines
310 B
Makefile
# Created by: Tim Bishop <tim@bishnet.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Sys-Hostname-Long
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Try every conceivable way to get full hostname
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|