aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Authen-Simple-LDAP/Makefile
blob: 2a38ec3f3eb648c2177b837ce7a0a1472eeb98ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Authen-Simple-LDAP
PORTVERSION=    0.3
PORTREVISION=   1
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Simple LDAP authentication

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-Authen-Simple>=0:security/p5-Authen-Simple \
        p5-perl-ldap>=0:net/p5-perl-ldap
RUN_DEPENDS:=   ${BUILD_DEPENDS}

NO_ARCH=    yes
USE_PERL5=  configure
USES=       perl5

.include <bsd.port.mk>