openbsd-ports/converters/p5-JSON-XS/Makefile
giovanni 6538544f88 Major update to 3.01
maintainer removed because email bounces
2014-07-12 19:39:49 +00:00

21 lines
368 B
Makefile

# $OpenBSD: Makefile,v 1.20 2014/07/12 19:39:49 giovanni Exp $
SHARED_ONLY = Yes
COMMENT = JSON serialising/deserialising, done correctly and fast
MODULES = cpan
DISTNAME = JSON-XS-3.01
EPOCH = 1
CATEGORIES = converters
# Perl
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c
RUN_DEPENDS= converters/p5-Types-Serialiser \
devel/p5-common-sense
.include <bsd.port.mk>