16 lines
477 B
Makefile
16 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/06/16 12:07:40 cubidou Exp $
|
|
|
|
DISTNAME= Authen-SASL-2.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
|
|
|
|
MAINTAINER= cube@cubidou.net
|
|
HOMEPAGE= http://search.cpan.org/dist/Authen-SASL/
|
|
COMMENT= Perl module to handle SASL authentication
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Authen/SASL/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|