pkgsrc/devel/p5-Types-Serialiser/Makefile
abs 6c43a7ce58 Added devel/p5-Types-Serialiser version 1.0
This module provides some extra datatypes that are used by common
serialisation formats such as JSON or CBOR. The idea is to have a
repository of simple/small constants and containers that can be
shared by different implementations so they become interoperable
between each other.
2014-02-06 12:43:27 +00:00

19 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2014/02/06 12:43:27 abs Exp $
DISTNAME= Types-Serialiser-1.0
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Types-Serialiser/
COMMENT= Simple data types for common serialisation formats
PKG_INSTALLATION_TYPES= overwrite pkgviews
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Types/Serialiser/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"