mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
f5fc18ddd5
- Add SHA256 checksum. Approved by: clement (mentor)
30 lines
611 B
Makefile
30 lines
611 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Sys
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Try every conceivable way to get full hostname
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sys::Hostname::Long.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
post-patch:
|
|
@${PERL} -i -pe 's/}\(/}->(/' ${WRKSRC}/lib/Sys/Hostname/Long.pm
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|