Makefile 422 B

12345678910111213141516171819202122
  1. # $OpenBSD: Makefile,v 1.17 2016/06/22 18:33:07 bluhm Exp $
  2. COMMENT = add/extend SSL support for common perl modules
  3. DISTNAME = Net-SSLGlue-1.058
  4. CATEGORIES = security net
  5. MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
  6. # Perl
  7. PERMIT_PACKAGE_CDROM = Yes
  8. MODULES = cpan
  9. PKG_ARCH = *
  10. BUILD_DEPENDS = ${RUN_DEPENDS}
  11. RUN_DEPENDS = security/p5-IO-Socket-SSL>=1.19
  12. MODCPAN_EXAMPLES = Yes
  13. .include <bsd.port.mk>