Makefile 331 B

12345678910111213141516171819
  1. # $OpenBSD: Makefile,v 1.8 2016/03/20 19:56:10 naddy Exp $
  2. COMMENT= interactive command shell for the DBI
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME= DBI-Shell-11.95
  6. REVISION= 0
  7. CATEGORIES= databases
  8. # perl
  9. PERMIT_PACKAGE_CDROM= Yes
  10. RUN_DEPENDS= databases/p5-DBI \
  11. devel/p5-IO-Tee \
  12. textproc/p5-Text-Reform
  13. .include <bsd.port.mk>