diff options
author | salo <salo@pkgsrc.org> | 2003-09-09 09:59:29 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-09-09 09:59:29 +0000 |
commit | 951956ec684d7f5b96d31cdb98b7d7d2a4740a1a (patch) | |
tree | 5e35f304f7276242dc50a1b3accad18ce681b7ed /security/p5-Authen-SASL | |
parent | de7812e66aef0f3f7c1a5ec4a86e6873300ea635 (diff) | |
download | pkgsrc-951956ec684d7f5b96d31cdb98b7d7d2a4740a1a.tar.gz |
Whitespace.
Diffstat (limited to 'security/p5-Authen-SASL')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index c693a70d542..0211a30becb 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/04 13:29:30 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/09 09:59:29 salo Exp $ +# -DISTNAME= Authen-SASL-2.04 -PKGNAME= p5-${DISTNAME} -CATEGORIES= security perl5 +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 +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" |