Tweak security/libp11 version 0.4.0
[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 PORTREVISION=   1
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     bra@fsn.hu
12 COMMENT=        Perl5 module for accessing the SASL authentication daemon
13
14 USES=           perl5
15 USE_PERL5=      configure
16
17 post-patch:
18         @${MKDIR} ${WRKSRC}/lib
19         @${RM} ${WRKSRC}/Authen/*.orig
20         @${CP} -vpR ${WRKSRC}/Authen ${WRKSRC}/lib/
21
22 .include <bsd.port.mk>