Makefile 391 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.8 2016/03/20 19:56:58 naddy Exp $
  2. COMMENT = storage class for Catalyst Authentication using DBI
  3. MODULES = cpan
  4. PKG_ARCH = *
  5. DISTNAME = Catalyst-Authentication-Store-DBI-0.01
  6. REVISION = 1
  7. CATEGORIES = security
  8. # Perl
  9. PERMIT_PACKAGE_CDROM = Yes
  10. RUN_DEPENDS = databases/p5-Catalyst-Model-DBI \
  11. security/p5-Catalyst-Plugin-Authentication
  12. .include <bsd.port.mk>