Makefile 511 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.10 2016/08/09 01:34:34 jturner Exp $
  2. COMMENT = client for the sslmate.com online certificate service
  3. DISTNAME = sslmate-1.5.1
  4. CATEGORIES = sysutils
  5. REVISION = 1
  6. HOMEPAGE = https://sslmate.com
  7. MASTER_SITES = https://packages.sslmate.com/other/
  8. # MIT
  9. PERMIT_PACKAGE_CDROM = Yes
  10. RUN_DEPENDS = www/p5-libwww \
  11. www/p5-LWP-Protocol-https
  12. NO_CONFIGURE = Yes
  13. NO_BUILD = Yes
  14. FAKE_FLAGS = PREFIX="${PREFIX}" \
  15. MANDIR="${PREFIX}/man"
  16. NO_TEST = Yes
  17. .include <bsd.port.mk>