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.
19 lines
504 B
Makefile
19 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/05/31 12:42:09 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Data-HexDump-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/F/FT/FTASSIN/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/F/FT/FTASSIN/
|
|
COMMENT= Hexadecial Dumper
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Data/HexDump/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|