aboutsummaryrefslogtreecommitdiffstats
ModeNameSize
d---------a11y153logstatsplain
d---------e-util887logstatsplain
d---------macros1405logstatsplain
d---------widgets126logstatsplain
0e7826147c46edbe8'>774e7d3993f
c94d115b8e9
774e7d3993f

9e83f9f0f8e
774e7d3993f

9e83f9f0f8e

e9db6e5787c
774e7d3993f


f3ce34917a6
774e7d3993f
9ccc7e92dea
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









                                                                        
                    

                   
                                

                                            

                                                                           
                                


                                
                   
 
                      
# New ports collection makefile for:    Authen-Simple-RADIUS
# Date created:             22 May 2006
# Whom:                 Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Authen-Simple-RADIUS
PORTVERSION=    0.1
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Simple RADIUS authentication

BUILD_DEPENDS=  p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \
        p5-Authen-Radius>=0:${PORTSDIR}/security/p5-Authen-Radius
RUN_DEPENDS:=   ${BUILD_DEPENDS}

MAN3=   Authen::Simple::RADIUS.3

PERL_MODBUILD=  yes

.include <bsd.port.mk>