pkgsrc/devel/p5-bareword-filehandles/Makefile

22 lines
685 B
Makefile
Raw Normal View History

2018-08-22 11:43:40 +02:00
# $NetBSD: Makefile,v 1.10 2018/08/22 09:44:56 wiz Exp $
DISTNAME= bareword-filehandles-0.006
PKGNAME= p5-${DISTNAME}
2018-08-22 11:43:40 +02:00
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IL/ILMARI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/bareword-filehandles/
COMMENT= Perl 5 module which disables bareword filehandles
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
USE_LANGUAGES= c
PERL5_PACKLIST= auto/bareword/filehandles/.packlist
.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"