pkgsrc/sysutils/p5-Unix-Syslog/Makefile
adrianp 8bb914b4a5 Update to 1.0
1.0   Tue Oct 2 22:22:43 2007
- Bumped version number to 1.0.
- License has changed to Artistic 2.0!
- (Syslog.pm) Get rid of `require AutoLoader', which was wrong to begin with.

0.100 Wed Aug 28 17:09:37 2002
- (test.pl) Major changes due to complete misunderstanding of eval()
- (Syslog.pm) Updated version number
- (Makefile.PL) Cleanup
2008-01-03 12:10:29 +00:00

15 lines
414 B
Makefile

# $NetBSD: Makefile,v 1.18 2008/01/03 12:10:29 adrianp Exp $
DISTNAME= Unix-Syslog-1.0
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sl
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unix/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl5 module interface to the UNIX system logger
PERL5_PACKLIST= auto/Unix/Syslog/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"