2014-07-12 15:39:49 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2014/07/12 19:39:49 giovanni Exp $
|
2008-05-21 08:57:51 -04:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
|
|
|
|
COMMENT = JSON serialising/deserialising, done correctly and fast
|
|
|
|
|
|
|
|
MODULES = cpan
|
2014-07-12 15:39:49 -04:00
|
|
|
DISTNAME = JSON-XS-3.01
|
2013-03-21 05:59:52 -04:00
|
|
|
EPOCH = 1
|
2008-05-21 08:57:51 -04:00
|
|
|
CATEGORIES = converters
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2012-08-23 10:54:31 -04:00
|
|
|
WANTLIB += c
|
|
|
|
|
2014-07-12 15:39:49 -04:00
|
|
|
RUN_DEPENDS= converters/p5-Types-Serialiser \
|
|
|
|
devel/p5-common-sense
|
2009-10-09 08:26:27 -04:00
|
|
|
|
2008-05-21 08:57:51 -04:00
|
|
|
.include <bsd.port.mk>
|