2018-08-22 11:43:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.22 2018/08/22 09:47:00 wiz Exp $
|
2005-06-24 19:33:36 +02:00
|
|
|
|
2017-03-12 08:39:21 +01:00
|
|
|
DISTNAME= Text-Glob-0.11
|
2005-06-24 19:33:36 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2018-08-22 11:43:40 +02:00
|
|
|
PKGREVISION= 2
|
2005-06-24 19:33:36 +02:00
|
|
|
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
|
2011-10-12 17:49:17 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2005-06-24 19:33:36 +02:00
|
|
|
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/Text/Glob/.packlist
|
2016-09-30 13:14:55 +02:00
|
|
|
# to avoid "PaxHeader" pollution and confusion
|
|
|
|
EXTRACT_USING= bsdtar
|
|
|
|
USE_TOOLS+= bsdtar
|
2005-06-24 19:33:36 +02:00
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|