2013-09-11 19:56:03 +02:00
|
|
|
# Created by: Attila Nagy <bra@fsn.hu>
|
2005-10-05 18:31:43 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Authen-CyrusSASL
|
|
|
|
PORTVERSION= 0.01
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2005-10-05 18:31:43 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-10-05 18:31:43 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= bra@fsn.hu
|
|
|
|
COMMENT= Perl5 module for accessing the SASL authentication daemon
|
|
|
|
|
2013-09-11 19:56:03 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-10-05 18:31:43 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${MKDIR} ${WRKSRC}/lib
|
|
|
|
@${RM} ${WRKSRC}/Authen/*.orig
|
|
|
|
@${CP} -vpR ${WRKSRC}/Authen ${WRKSRC}/lib/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|