b2981ecb10
Changelog: - tests is too sensitive to load on the machine causing random failures. Better to remove it from the regression test battery. - Increase minimum version of perl to 5.006_003 - Make debug code compile again - s/double/NV/g to support uselongdouble
18 lines
467 B
Makefile
18 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.17 2008/07/15 18:17:13 rhaen Exp $
|
|
|
|
DISTNAME= Event-1.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5eve
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JP/JPRIT/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
COMMENT= Event library for Perl
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Event/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|