openbsd-ports/converters/p5-JSON-XS/Makefile

21 lines
368 B
Makefile
Raw Normal View History

# $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
2013-03-21 05:59:52 -04:00
EPOCH = 1
CATEGORIES = converters
# Perl
PERMIT_PACKAGE_CDROM = Yes
2012-08-23 10:54:31 -04:00
WANTLIB += c
RUN_DEPENDS= converters/p5-Types-Serialiser \
devel/p5-common-sense
.include <bsd.port.mk>