openbsd-ports/converters/p5-JSON-XS/Makefile
2012-08-23 14:54:31 +00:00

30 lines
611 B
Makefile

# $OpenBSD: Makefile,v 1.15 2012/08/23 14:54:31 sthen Exp $
SHARED_ONLY = Yes
COMMENT = JSON serialising/deserialising, done correctly and fast
MODULES = cpan
USE_GROFF = Yes
DISTNAME = JSON-XS-2.29
# there was a version with three digits after the dot,
# pad to that length for seamless updates
PKGNAME = p5-${DISTNAME}0
REVISION = 2
EPOCH = 0
CATEGORIES = converters
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c
RUN_DEPENDS= devel/p5-common-sense
.include <bsd.port.mk>