48dceb7aee
0.22 Mo Mai 29 21:15:17 CEST 2006 - Bugfixs 0.23 Mi Aug 2 15:48:19 UTC 2006 - Re-added support of MIT Kerberos 1.2.x 0.24 Wed, 21 Feb 2007 20:59:39 +0100 - Changed tests as an answer to FAIL 413320 0.25 So 3. Feb 20:18:16 UTC 2008 - Enhancement to use OpenSolaris/Solaris 10 native gss library 0.26 Fr 15. Feb 22:32:10 UTC 2008 - modified Makefile.PL to trigger no FAIL testreports in case of missing prerequirements.
20 lines
511 B
Makefile
20 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/08/17 21:09:12 markd Exp $
|
|
#
|
|
|
|
DISTNAME= GSSAPI-0.26
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/AGROLMS/}
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://perlgssapi.sourceforge.net/
|
|
COMMENT= Perl extension providing access to the GSSAPIv2 library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/GSSAPI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/krb5.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|