blob: 4f102e2b114ab83a81f5b7f9e322a2a9b3ebf865 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= Authen-CyrusSASL
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bra@fsn.hu
COMMENT= Perl5 module for accessing the SASL authentication daemon
WWW= https://metacpan.org/release/Authen-CyrusSASL
USES= perl5
USE_PERL5= configure
post-patch:
@${MKDIR} ${WRKSRC}/lib
@${RM} ${WRKSRC}/Authen/*.orig
@${CP} -vpR ${WRKSRC}/Authen ${WRKSRC}/lib/
.include <bsd.port.mk>
|