2013-08-21 19:42:57 +02:00
|
|
|
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
2006-05-22 03:10:14 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Authen-Simple-LDAP
|
2012-04-19 20:35:24 +02:00
|
|
|
PORTVERSION= 0.3
|
2006-05-22 03:10:14 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-22 03:10:14 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-04-19 20:35:24 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2006-05-22 03:10:14 +02:00
|
|
|
COMMENT= Simple LDAP authentication
|
|
|
|
|
2012-04-19 20:35:24 +02:00
|
|
|
BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \
|
|
|
|
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-05-22 03:10:14 +02:00
|
|
|
|
2013-08-21 16:08:06 +02:00
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
2006-05-22 03:10:14 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|