Makefile 538 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.11 2016/03/20 19:56:12 naddy Exp $
  2. COMMENT= object-oriented DBMS
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME = Tangram-2.12
  6. CATEGORIES= databases
  7. # GPL
  8. PERMIT_PACKAGE_CDROM= Yes
  9. HOMEPAGE= http://tangram.utsl.gen.nz/
  10. RUN_DEPENDS= devel/p5-Set-Object \
  11. devel/p5-Data-Lazy \
  12. databases/p5-DBI \
  13. devel/p5-Class-Date
  14. # avoid interactive configuration, test with sqlite
  15. post-extract:
  16. cp ${FILESDIR}/CONFIG ${WRKDIST}/t
  17. TEST_DEPENDS= devel/p5-Test-Manifest \
  18. databases/p5-DBD-SQLite
  19. .include <bsd.port.mk>