Makefile 630 B

12345678910111213141516171819202122232425262728293031
  1. # $OpenBSD: Makefile,v 1.13 2016/03/20 19:56:11 naddy Exp $
  2. COMMENT= DBI wrapper and abstraction layer
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME= Rose-DB-0.777
  6. CATEGORIES= databases
  7. # Same as Perl
  8. PERMIT_PACKAGE_CDROM= Yes
  9. RUN_DEPENDS= math/p5-Bit-Vector \
  10. devel/p5-DateTime-Format-Pg \
  11. devel/p5-DateTime-Format-MySQL \
  12. databases/p5-SQL-ReservedWords \
  13. devel/p5-Time-Clock \
  14. databases/p5-DBI \
  15. databases/p5-Rose-Object \
  16. databases/p5-Rose-DateTime \
  17. devel/p5-Clone \
  18. devel/p5-YAML-Syck
  19. TEST_FLAGS += AUTOMATED_TESTING=1
  20. pre-configure:
  21. find ${WRKSRC} -type f -name \*.orig -exec rm {} \;
  22. .include <bsd.port.mk>