123eee6133
Pkgsrc changes: - Removed patch-aa (in Long.pm) and the pre-configure target because our workaround for the problem on Solaris ("hostname --fqdn" changing the name of the machine) is no longer necessary. - Added SVR4_PKGNAME. Relevant changes since version 1.0: ========================== New version to fix major Solaris problem Thanks to patch from Piotr Klaban and many others for reporting the problem.
21 lines
540 B
Makefile
21 lines
540 B
Makefile
# $NetBSD: Makefile,v 1.8 2005/10/16 08:06:55 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= Sys-Hostname-Long-1.4
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5shl
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Sys-Hostname-Long/
|
|
COMMENT= Try to get the full hostname in Perl
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Sys/Hostname/Long/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|