Marshalling is a method of serialising files in Python (another method, Pickling, is also available). It is the method that Mailman uses to store its config files. This module is an attempt to write a pure Perl implementation of the algorithm.
23 lines
780 B
Makefile
23 lines
780 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/12/03 16:53:36 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= Python-Serialise-Marshal-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Python/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~simonw/Python-Serialise-Marshal-0.02/lib/Python/Serialise/Marshal.pm
|
|
COMMENT= Module for reading and writing marshalled Python files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-File-Binary>=1.0:../../wip/p5-File-Binary
|
|
DEPENDS+= p5-Math-Complex-[0-9]*:../../wip/p5-Math-Complex
|
|
DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Python/Serialise/Marshal/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|