head	1.17;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.02.15.15.59.49;	author swills;	state Exp;
branches;
next	1.15;

1.15
date	2010.06.04.01.09.41;	author wen;	state Exp;
branches;
next	1.14;

1.14
date	2009.08.28.17.37.06;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2008.04.17.14.28.23;	author araujo;	state Exp;
branches;
next	1.12;

1.12
date	2008.03.02.09.03.13;	author chinsan;	state Exp;
branches;
next	1.11;

1.11
date	2008.02.08.06.55.04;	author chinsan;	state Exp;
branches;
next	1.10;

1.10
date	2007.09.08.01.03.57;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2007.02.25.11.50.32;	author rafan;	state Exp;
branches;
next	1.8;

1.8
date	2006.10.03.15.34.35;	author chinsan;	state Exp;
branches;
next	1.7;

1.7
date	2006.08.10.15.58.53;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2006.07.14.04.49.57;	author clsung;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.30.22.26.36;	author aaron;	state Exp;
branches;
next	1.4;

1.4
date	2006.04.25.06.00.09;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2006.04.23.07.16.14;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2006.04.08.14.09.59;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.28.09.57.33;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# New ports collection makefile for:	security/p5-GSSAPI
# Date created:				28 March 2006
# Whom:					Anton Berezin <tobez@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-GSSAPI/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	GSSAPI
PORTVERSION=	0.28
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	LWP/AGROLMS
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl extension providing access to the GSSAPIv2 library

PERL_CONFIGURE=	yes

MAN3=		GSSAPI.3 \
		GSSAPI::OID.3 \
		GSSAPI::OID::Set.3 \
		GSSAPI::Status.3

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 800000
BROKEN=		Does not work on FreeBSD 7.x
.endif

.include <bsd.port.post.mk>
@


1.16
log
@- Mark broken on 7.x. Builds fine, doesn't work, according to "make test"
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@- Update to 0.28
@
text
@d25 7
a31 1
.include <bsd.port.mk>
@


1.14
log
@Reset chinsan@@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.26
@


1.13
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d15 1
a15 1
MAINTAINER=	chinsan@@FreeBSD.org
@


1.12
log
@- Updated to 0.26
- Changelog: http://search.cpan.org/dist/GSSAPI/Changes
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.11
log
@- Update to 0.25
- Changelog: http://search.cpan.org/dist/GSSAPI/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.25
@


1.10
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.24
@


1.9
log
@- Update to 0.24

PR:		ports/109496
Submitted by:	chinsan (maintainer)
@
text
@d25 1
a25 12
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif

.if ${OSVERSION} < 500000
BUILD_DEPENDS+=		krb5-config:${PORTSDIR}/security/krb5
LIB_DEPENDS+=		krb5:${PORTSDIR}/security/krb5
.endif

.include <bsd.port.post.mk>
@


1.8
log
@Change the following ports to my FreeBSD.org email.
Approved by:	delphij (mentor)

archivers/pecl-bz2/Makefile
archivers/pecl-lzf/Makefile
archivers/pecl-rar/Makefile
audio/fapg/Makefile
audio/pecl-id3/Makefile
chinese/CJKUnifonts/Makefile
chinese/auto-tw-l10n/Makefile
chinese/dfsongsd/Makefile
chinese/fortunetw/Makefile
chinese/gcin/Makefile
chinese/joe/Makefile
chinese/joe2/Makefile
chinese/pcmanx/Makefile
chinese/phpbb-tw/Makefile
chinese/tatter-tools/Makefile
chinese/ve/Makefile
chinese/zhcon/Makefile
devel/pear-Console_Getopt/Makefile
devel/pear-Console_Table/Makefile
devel/pear-PEAR_Info/Makefile
devel/pecl-expect/Makefile
games/p5-Baseball-Sabermetrics/Makefile
graphics/epdfview/Makefile
graphics/p5-Chart-Clicker/Makefile
graphics/p5-GD-Thumbnail/Makefile
graphics/p5-Visio/Makefile
mail/pecl-esmtp/Makefile
math/pecl-stats/Makefile
misc/pear-Services_Weather/Makefile
net/ldapdiff/Makefile
net/p5-RRD-Simple/Makefile
net/pear-Net_CDDB/Makefile
net/pear-Net_SMS/Makefile
net/pecl-cvsclient/Makefile
security/gwee/Makefile
security/p5-GSSAPI/Makefile
security/pam-pgsql/Makefile
security/pecl-ssh2/Makefile
security/pecl-tcpwrap/Makefile
sysutils/p5-BSD-Sysctl/Makefile
sysutils/p5-File-Next/Makefile
textproc/csvdiff/Makefile
textproc/p5-CSS/Makefile
textproc/p5-Pod-XML/Makefile
textproc/p5-SGML-DTDParse/Makefile
textproc/p5-Text-Emoticon-GoogleTalk/Makefile
textproc/p5-XML-Handler-Dtd2DocBook/Makefile
textproc/p5-XML-Handler-Dtd2Html/Makefile
textproc/p5-XML-SAXDriver-CSV/Makefile
textproc/p5-XML-SAXDriver-Excel/Makefile
textproc/p5-ack/Makefile
textproc/pear-XML_DTD/Makefile
textproc/pecl-stem/Makefile
textproc/scim-input-pad/Makefile
textproc/sdcv/Makefile
www/b2evolution/Makefile
www/dokuwiki/Makefile
www/dokuwiki-devel/Makefile
www/lilurl/Makefile
www/p5-HTML-TableParser/Makefile
www/p5-HTML-WikiConverter/Makefile
www/p5-HTML-WikiConverter-DokuWiki/Makefile
www/p5-HTML-WikiConverter-Kwiki/Makefile
www/p5-HTML-WikiConverter-Markdown/Makefile
www/p5-HTML-WikiConverter-MediaWiki/Makefile
www/p5-HTML-WikiConverter-MoinMoin/Makefile
www/p5-HTML-WikiConverter-Oddmuse/Makefile
www/p5-HTML-WikiConverter-PbWiki/Makefile
www/p5-HTML-WikiConverter-PhpWiki/Makefile
www/p5-HTML-WikiConverter-PmWiki/Makefile
www/p5-HTML-WikiConverter-SnipSnap/Makefile
www/p5-HTML-WikiConverter-Socialtext/Makefile
www/p5-HTML-WikiConverter-TikiWiki/Makefile
www/p5-HTML-WikiConverter-UseMod/Makefile
www/p5-HTML-WikiConverter-WakkaWiki/Makefile
www/p5-HTML-WikiConverter-WikkaWiki/Makefile
www/p5-WWW-Baseball-NPB/Makefile
www/p5-WWW-Comic/Makefile
www/p5-WWW-VenusEnvy/Makefile
www/pear-Services_Delicious/Makefile
www/pear-UDDI/Makefile
www/xpi-cssviewer/Makefile
www/xpi-gmail-manager/Makefile
www/xpi-google-notebook/Makefile
www/xpi-mrtech-local-install/Makefile
www/xpi-no-referrer/Makefile
www/xpi-server_switcher/Makefile
www/xpi-unplug/Makefile
www/xpi-videodownloader/Makefile
www/xpi-web_developer/Makefile
x11/xdialog/Makefile
x11-fm/pcmanfm/Makefile
@
text
@d9 1
a9 1
PORTVERSION=	0.23
d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/A/AG/AGROLMS
d20 4
a23 4
MAN3=	GSSAPI.3 \
	GSSAPI::OID.3 \
	GSSAPI::OID::Set.3 \
	GSSAPI::Status.3
@


1.7
log
@- update to 0.23

PR:		ports/101760
Submitted by:	clsung
Approved by:	maintainer <chinsan dot tw_AT_gmail dot com>
@
text
@d15 1
a15 1
MAINTAINER=	chinsan.tw@@gmail.com
@


1.6
log
@- Fix error to build on 4.X
- Take maintainership

PR:		ports/100205
Submitted by:	chinsan <chinsan dot tw_AT_gmail dot com>
@
text
@d9 1
a9 1
PORTVERSION=	0.22
a17 2
BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple

@


1.5
log
@- Updated from v0.21 to v0.22

Approved by:	tobez (implicit)
@
text
@d15 1
a15 1
MAINTAINER=	perl@@FreeBSD.org
d33 5
@


1.4
log
@- relocate BUILD_DEPENDS
@
text
@d9 1
a9 1
PORTVERSION=	0.21
@


1.3
log
@- add BUILD_DEPENDS
@
text
@d18 2
a21 2
BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple

@


1.2
log
@- update to 0.21
@
text
@d20 2
@


1.1
log
@Add security/p5-GSSAPI 0.20, a Perl extension providing access to the
GSSAPIv2 library.
@
text
@d9 1
a9 1
PORTVERSION=	0.20
d16 1
a16 1
COMMENT=	GSSAPI - Perl extension providing access to the GSSAPIv2 library
@

