Makefile 370 B

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