1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/security/p5-Authen-CyrusSASL/Makefile
Marcus Alves Grando ef82fc20c7 New port
The Authen::CyrusSASL module provides a simple class that allows you
to send request to the cyrus-sasl's authen daemon.
This module is based on the Authen::Radius module with the similar interface.

PR:		86943
Submitted by:	Attila Nagy <bra@fsn.hu>
Approved by:	pav (mentor)
2005-10-05 16:31:43 +00:00

28 lines
581 B
Makefile

# 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>