6c5e740b61
Upstream changes: 0.81 Sun Nov 9 22:47:00 CET 2008 - Fix to make tests work on 5.6.X (Eric Rybski, RT #40781)
21 lines
578 B
Makefile
21 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.18 2008/11/16 23:11:36 he Exp $
|
|
|
|
DISTNAME= Attribute-Handlers-0.81
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ah
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Attribute/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Attribute-Handlers/
|
|
COMMENT= Simpler definition of attribute handlers
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PERL5_PACKLIST= auto/Attribute/Handlers/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|