20 lines
560 B
Makefile
20 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.21 2017/06/05 14:24:50 ryoon Exp $
|
|
|
|
DISTNAME= Text-Glob-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-Glob/
|
|
COMMENT= Match globbing patterns against text
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Text/Glob/.packlist
|
|
# to avoid "PaxHeader" pollution and confusion
|
|
EXTRACT_USING= bsdtar
|
|
USE_TOOLS+= bsdtar
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|