Makefile 407 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.6 2016/03/20 19:56:07 naddy Exp $
  2. COMMENT= color space conversions and named lookups
  3. DISTNAME = Convert-Color-0.11
  4. CATEGORIES= converters
  5. MODULES= cpan
  6. PKG_ARCH= *
  7. # Perl
  8. PERMIT_PACKAGE_CDROM= Yes
  9. BUILD_DEPENDS= ${RUN_DEPENDS}
  10. RUN_DEPENDS= textproc/p5-List-UtilsBy
  11. TEST_DEPENDS = devel/p5-Test-Number-Delta
  12. CONFIGURE_STYLE=modbuild
  13. MODCPAN_EXAMPLES=Yes
  14. .include <bsd.port.mk>