diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-05 16:31:43 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-05 16:31:43 +0000 |
commit | ef82fc20c75ad5d2a32c8a7a761ea933fb51af8c (patch) | |
tree | 7088b158e56aa6a214c6040a5994afc3a910a2b3 /security/p5-Authen-CyrusSASL/Makefile | |
parent | 8a550d7b36b5a201e8a80cc51b3c7fc311e1488b (diff) |
Notes
Diffstat (limited to 'security/p5-Authen-CyrusSASL/Makefile')
-rw-r--r-- | security/p5-Authen-CyrusSASL/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/p5-Authen-CyrusSASL/Makefile b/security/p5-Authen-CyrusSASL/Makefile new file mode 100644 index 000000000000..7dc9fbce8d35 --- /dev/null +++ b/security/p5-Authen-CyrusSASL/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Authen-CyrusSASL +# Date created: October 05 2005 +# Whom: Attila Nagy <bra@fsn.hu> +# +# $FreeBSD$ +# + +PORTNAME= Authen-CyrusSASL +PORTVERSION= 0.01 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Authen +PKGNAMEPREFIX= p5- + +MAINTAINER= bra@fsn.hu +COMMENT= Perl5 module for accessing the SASL authentication daemon + +PERL_CONFIGURE= yes + +MAN3= Authen::CyrusSASL.3 + +post-patch: + @${MKDIR} ${WRKSRC}/lib + @${RM} ${WRKSRC}/Authen/*.orig + @${CP} -vpR ${WRKSRC}/Authen ${WRKSRC}/lib/ + +.include <bsd.port.mk> |