freebsd-ports/sysutils/p5-Sys-Hostname-Long/Makefile
Andrej Zverev df895bd769 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-07 06:47:20 +00:00

22 lines
435 B
Makefile

# New ports collection makefile for: p5-Sys-Hostname-Long
# Date created: March 6th, 2004
# Whom: 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
MAN3= Sys::Hostname::Long.3
.include <bsd.port.mk>