diff options
author | salo <salo@pkgsrc.org> | 2003-09-09 09:58:11 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-09-09 09:58:11 +0000 |
commit | 3617306d0432a3ff63e40098fbdf3d302fcafc02 (patch) | |
tree | bdbe4302da9cacc7e1ebd4d48ae09c6af1aa7a33 /security | |
parent | 02e031bcb909a1b9e7e1b848be300cedd32a8eed (diff) | |
download | pkgsrc-3617306d0432a3ff63e40098fbdf3d302fcafc02.tar.gz |
Remove reference to wip. (hi xtraeme!)
Style nits, while here.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-SASL-Cyrus/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile index 0cd76e515d5..adf83e3d924 100644 --- a/security/p5-Authen-SASL-Cyrus/Makefile +++ b/security/p5-Authen-SASL-Cyrus/Makefile @@ -1,19 +1,21 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/04 13:30:54 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/09 09:58:11 salo Exp $ +# -DISTNAME= Authen-SASL-Cyrus-0.07 -PKGNAME= p5-${DISTNAME} -CATEGORIES= security perl5 +DISTNAME= Authen-SASL-Cyrus-0.07 +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-Cyrus/ -COMMENT= Perl module to handle Cyrus protocol for SASL authentication +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]*:../../wip/p5-Authen-SASL +DEPENDS+= p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Authen/SASL/Cyrus/.packlist -.include "../../security/cyrus-sasl2/buildlink2.mk" .include "../../lang/perl5/module.mk" +.include "../../security/cyrus-sasl2/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |