pkgsrc/sysutils/p5-Sys-Utmp/Makefile
sno 65b45c1f81 Importing package for Sys::Utmp - an object(ish) interface to UTMP files.
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@
2009-03-22 21:17:03 +00:00

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"