23 lines
395 B
Makefile
23 lines
395 B
Makefile
# $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
|
|
USE_GROFF = Yes
|
|
DISTNAME = JSON-XS-2.33
|
|
EPOCH = 1
|
|
CATEGORIES = converters
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
RUN_DEPENDS= devel/p5-common-sense
|
|
|
|
.include <bsd.port.mk>
|