pkgsrc/security/p5-Authen-SASL-Cyrus/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

22 lines
636 B
Makefile

# $NetBSD: Makefile,v 1.5 2004/10/03 00:18:11 tv Exp $
#
DISTNAME= Authen-SASL-Cyrus-0.07
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
MAINTAINER= cube@cubidou.net
HOMEPAGE= http://search.cpan.org/dist/Authen-SASL-Cyrus/
COMMENT= Perl module to handle Cyrus protocol for SASL authentication
DEPENDS+= p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Authen/SASL/Cyrus/.packlist
.include "../../lang/perl5/module.mk"
.include "../../security/cyrus-sasl2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"