openbsd-ports/databases/p5-ldap/Makefile

36 lines
668 B
Makefile
Raw Normal View History

2013-03-10 22:52:04 -04:00
# $OpenBSD: Makefile,v 1.33 2013/03/11 02:52:07 espie Exp $
COMMENT= client interface to LDAP servers
2010-09-21 09:14:01 -04:00
VERSION= 0.4001
DISTNAME= perl-ldap-${VERSION}
2010-09-21 09:14:01 -04:00
PKGNAME= p5-ldap-${VERSION}
REVISION= 1
CATEGORIES= databases
MODULES= cpan
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
CPAN_AUTHOR= GBARR
2006-07-19 09:41:02 -04:00
HOMEPAGE= http://ldap.perl.org/
RUN_DEPENDS= converters/p5-Convert-ASN1 \
security/p5-Authen-SASL \
security/p5-IO-Socket-SSL \
textproc/p5-XML-Parser \
textproc/p5-XML-SAX-Writer \
www/p5-URI
BUILD_DEPENDS= ${RUN_DEPENDS}
2013-03-10 22:52:04 -04:00
TEST_DEPENDS=databases/openldap,-server
# Perl
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= modinst
2013-03-10 22:52:04 -04:00
pre-test:
${SUBST_CMD} ${WRKSRC}/test.cfg
.include <bsd.port.mk>