e5f29882ae
not clear all bits. (Can happen on Linux -- https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/67583)
20 lines
582 B
Makefile
20 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.15 2016/03/03 19:42:29 shattered Exp $
|
|
|
|
DISTNAME= Class-Adapter-1.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Class/Adapter/.packlist
|
|
|
|
post-extract:
|
|
chmod a-x ${WRKSRC}/lib/Class/*.pm ${WRKSRC}/lib/Class/Adapter/*.pm
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|