pkgsrc/devel/p5-Attribute-Handlers/Makefile
sno fc88eae9bc Updating package for CPAN module Attribute::Handlers in
devel/p5-Attribute-Handlers from 0.91 to 0.93

Upstream changes:
0.93	Mon Dec 19 09:19:00 CET 2011
	- documentation: "my" should be "till" (Frederic Briere)
	- Spelling fixes (Father Chrysostomos)
	- Indentation fixes (Father Chrysostomos)
2012-02-20 12:29:17 +00:00

21 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.26 2012/02/20 12:29:17 sno Exp $
DISTNAME= Attribute-Handlers-0.93
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
LICENSE= ${PERL5_LICENSE}
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"