head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.05.01.01.47.04;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.13.16.15.21;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2012.03.08.18.45.23;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.10.02.21.18;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2011.11.07.07.03.22;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Net-OpenID-Server
# Date created:				7 Nov 2011
# Whom:					Cheng-Lung Sung <clsung@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-Net-OpenID-Common/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Net-OpenID-Common
PORTVERSION=	1.14
CATEGORIES=	security net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server

BUILD_DEPENDS=	p5-Crypt-DH-GMP>=0:${PORTSDIR}/net/p5-Crypt-DH-GMP \
		p5-Email-MIME-ContentType>=0:${PORTSDIR}/mail/p5-Email-MIME-ContentType \
		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
		p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
RUN_DEPENDS=	p5-Crypt-DH-GMP>=0:${PORTSDIR}/net/p5-Crypt-DH-GMP \
		p5-Email-MIME-ContentType>=0:${PORTSDIR}/mail/p5-Email-MIME-ContentType \
		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
		p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple

PERL_CONFIGURE=	yes

MAN3=		Net::OpenID::Common.3 \
		Net::OpenID::Extension.3 \
		Net::OpenID::Extension::SimpleRegistration.3 \
		Net::OpenID::ExtensionMessage.3 \
		Net::OpenID::IndirectMessage.3 \
		Net::OpenID::URIFetch.3 \
		Net::OpenID::Yadis.3 \
		Net::OpenID::Yadis::Service.3

.if defined(MAINTAINER_MODE)
regression-test: build
	cd ${WRKSRC} && ${MAKE} test
.endif

.include <bsd.port.mk>
@


1.5
log
@- Assign clsung's p5- ports to perl@@

Approved by:	clsung via IRC
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d14 1
a14 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.3
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d41 5
@


1.2
log
@- Update to 1.14
@
text
@a40 5
.if defined(MAINTAINER_MODE)
regression-test: build
	cd ${WRKSRC} && ${MAKE} test
.endif

@


1.1
log
@Net::OpenID::Common - Libraries shared between Net::OpenID::Consumer
and Net::OpenID::Server

WWW: https://metacpan.org/release/Net-OpenID-Common
@
text
@d9 1
a9 1
PORTVERSION=	1.13
@

