1234567891011121314151617181920 |
- # $OpenBSD: Makefile,v 1.4 2017/03/01 13:11:07 bluhm Exp $
- COMMENT = use Cpanel::JSON::XS or JSON::XS or JSON::PP
- DISTNAME = JSON-MaybeXS-1.003009
- CATEGORIES = converters
- MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
- # perl_5
- PERMIT_PACKAGE_CDROM = Yes
- MODULES = cpan
- RUN_DEPENDS = converters/p5-Cpanel-JSON-XS>=2.3310
- PKG_ARCH = *
- .include <bsd.port.mk>
|