23 lines
395 B
Makefile
Raw Normal View History

2013-03-21 09:59:52 +00:00
# $OpenBSD: Makefile,v 1.17 2013/03/21 09:59:52 sthen Exp $
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
CATEGORIES = converters
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
2012-08-23 14:54:31 +00:00
WANTLIB += c
RUN_DEPENDS= devel/p5-common-sense
.include <bsd.port.mk>