be194708fb
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
19 lines
376 B
Makefile
19 lines
376 B
Makefile
# Created by: Tim Bishop <tim@bishnet.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Sys-Hostname-Long
|
|
PORTVERSION= 1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Try every conceivable way to get full hostname
|
|
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= testall.pl
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|