2013-03-21 09:59:52 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2013/03/21 09:59:52 sthen Exp $
|
2008-05-21 12:57:51 +00:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
|
|
|
|
COMMENT = JSON serialising/deserialising, done correctly and fast
|
|
|
|
|
|
|
|
MODULES = cpan
|
2010-10-18 17:06:05 +00:00
|
|
|
USE_GROFF = Yes
|
2013-03-21 09:59:52 +00:00
|
|
|
DISTNAME = JSON-XS-2.33
|
|
|
|
EPOCH = 1
|
2008-05-21 12:57:51 +00:00
|
|
|
CATEGORIES = converters
|
|
|
|
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2012-08-23 14:54:31 +00:00
|
|
|
WANTLIB += c
|
|
|
|
|
2010-11-15 00:22:45 +00:00
|
|
|
RUN_DEPENDS= devel/p5-common-sense
|
2009-10-09 12:26:27 +00:00
|
|
|
|
2008-05-21 12:57:51 +00:00
|
|
|
.include <bsd.port.mk>
|