d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
25 lines
671 B
Makefile
25 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:09 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Encode-Detect-1.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Encode-Detect/
|
|
COMMENT= Perl module that detects the encoding of data
|
|
LICENSE= mpl-1.1
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
BUILD_DEPENDS+= p5-ExtUtils-CBuilder-[0-9]*:../../devel/p5-ExtUtils-CBuilder
|
|
|
|
USE_LANGUAGES+= c c++
|
|
|
|
PERL5_PACKLIST= auto/Encode/Detect/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|