9b9a1bce3d
maintainer time out
25 lines
780 B
Makefile
25 lines
780 B
Makefile
# $OpenBSD: Makefile,v 1.8 2009/10/09 12:26:27 jasper Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = JSON serialising/deserialising, done correctly and fast
|
|
|
|
MODULES = cpan
|
|
DISTNAME = JSON-XS-2.25
|
|
# there was a version with three digits after the dot,
|
|
# pad to that length for seamless updates
|
|
PKGNAME = p5-${DISTNAME}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
|
|
|
|
RUN_DEPENDS= ::devel/p5-common-sense
|
|
|
|
.include <bsd.port.mk>
|