159b643e7f
This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C.
20 lines
400 B
Makefile
20 lines
400 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/05/21 12:57:51 simon Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = JSON serialising/deserialising, done correctly and fast
|
|
|
|
MODULES = cpan
|
|
DISTNAME = JSON-XS-2.2
|
|
CATEGORIES = converters
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|