pkgsrc/devel/p5-Attribute-Handlers/Makefile
heinz b23d07e806 The package supports installation to DESTDIR.
No C compiler required.
This is an UNAUTHORIZED RELEASE (according to search.cpan.org), so we
cannot use the author-independent URL for HOMEPAGE.
2008-04-06 15:22:07 +00:00

22 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.14 2008/04/06 15:22:07 heinz Exp $
DISTNAME= Attribute-Handlers-0.78
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ah
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Attribute/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~abergman/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"