a9c0831044
File::Binary is a Binary file reading module, hence the name, and was originally used to write a suite of modules for manipulating Macromedia SWF files.
25 lines
733 B
Makefile
25 lines
733 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/07/06 00:30:52 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= File-Binary-1.7
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~simonw/File-Binary-1.7/lib/File/Binary.pm
|
|
COMMENT= Binary file reading module
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
|
|
DEPENDS+= p5-IO-[0-9]*:../../devel/p5-IO
|
|
DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
|
|
|
|
PERL5_PACKLIST= auto/File/Binary/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
post-install:
|
|
${CHMOD} -x ${DESTDIR}${PREFIX}/${PERL5_SUB_INSTALLVENDORLIB}/File/Binary.pm
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|