Tweak security/sshblock version 1.0_1
[dports.git] / security / p5-Authen-CyrusSASL / Makefile
1 # Created by: Attila Nagy <bra@fsn.hu>
2 # $FreeBSD$
3
4 PORTNAME=       Authen-CyrusSASL
5 PORTVERSION=    0.01
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     bra@fsn.hu
11 COMMENT=        Perl5 module for accessing the SASL authentication daemon
12
13 USES=           perl5
14 USE_PERL5=      configure
15
16 post-patch:
17         @${MKDIR} ${WRKSRC}/lib
18         @${RM} ${WRKSRC}/Authen/*.orig
19         @${CP} -vpR ${WRKSRC}/Authen ${WRKSRC}/lib/
20
21 .include <bsd.port.mk>