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
777 B
Makefile
23 lines
777 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/07/06 00:38:25 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= Python-Serialise-Marshal-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Python/}
|
|
|
|
MAINTAINER= rodent@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:../../devel/p5-File-Binary
|
|
DEPENDS+= p5-Math-Complex-[0-9]*:../../math/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"
|