pkgsrc/devel/p5-Class-Adapter/Makefile
he 6573db3a0c Updated from version 1.04nb1 to 1.05.
Upstream changes:

1.05 Wed 10 Sep 2008
	- Upgrading to Module::Install 0.77
	- Refactoring the DESTROY method to be more paranoidly correct
	- Updating the test scripts to newer style
	- Removing File::Spec dependency
	- Adding support for wrapping around packages that aren't in their
	  own module file.
2008-10-30 21:35:34 +00:00

20 lines
568 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/10/30 21:35:34 he Exp $
#
DISTNAME= Class-Adapter-1.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-Adapter/
COMMENT= Perl 5 module implementing the adapter design pattern
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Class/Adapter/.packlist
post-extract:
chmod -x ${WRKSRC}/lib/Class/*.pm ${WRKSRC}/lib/Class/Adapter/*.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"