65b45c1f81
Sys::Utmp provides a vaguely object oriented interface to the Unix user accounting file (sometimes /etc/utmp or /var/run/utmp). Whilst it would prefer to use the getutent() function from the systems C libraries it will attempt to provide its own if they are missing. Oked by joerg@
19 lines
500 B
Makefile
19 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/03/22 21:17:03 sno Exp $
|
|
|
|
DISTNAME= Sys-Utmp-1.6
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Sys-Utmp
|
|
COMMENT= Object(ish) Interface to UTMP files
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Sys/Utmp/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|