Makefile 689 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # $OpenBSD: Makefile,v 1.37 2016/03/20 19:56:12 naddy Exp $
  2. COMMENT= client interface to LDAP servers
  3. VERSION= 0.65
  4. EPOCH= 0
  5. DISTNAME= perl-ldap-${VERSION}
  6. PKGNAME= p5-ldap-${VERSION}
  7. CATEGORIES= databases
  8. MODULES= cpan
  9. PKG_ARCH= *
  10. CPAN_AUTHOR= MARSCHAP
  11. HOMEPAGE= http://ldap.perl.org/
  12. RUN_DEPENDS= converters/p5-Convert-ASN1 \
  13. net/p5-IO-Socket-INET6 \
  14. security/p5-Authen-SASL \
  15. security/p5-IO-Socket-SSL \
  16. textproc/p5-XML-Parser \
  17. textproc/p5-XML-SAX-Writer \
  18. www/p5-URI
  19. BUILD_DEPENDS= ${RUN_DEPENDS}
  20. TEST_DEPENDS=databases/openldap,-server
  21. # Perl
  22. PERMIT_PACKAGE_CDROM= Yes
  23. CONFIGURE_STYLE= modinst
  24. pre-test:
  25. ${SUBST_CMD} ${WRKSRC}/test.cfg
  26. .include <bsd.port.mk>