head	1.14;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.08.30.19.27.51;	author skreuzer;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.10.18.42.26;	author swills;	state Exp;
branches;
next	1.11;

1.11
date	2012.03.13.16.15.28;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2012.03.08.18.45.30;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2010.09.21.16.08.11;	author mm;	state Exp;
branches;
next	1.8;

1.8
date	2010.08.09.13.47.18;	author skreuzer;	state Exp;
branches;
next	1.7;

1.7
date	2010.01.22.14.24.37;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	2009.03.28.01.16.36;	author skreuzer;	state Exp;
branches;
next	1.5;

1.5
date	2009.01.31.13.24.53;	author wxs;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.17.14.29.37;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.08.01.10.28;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2007.06.17.21.27.42;	author itetcu;	state Exp;
branches;
next	1.1;

1.1
date	2006.10.06.01.03.46;	author alepulver;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Business-PayPal
# Date created:				Fri 29 Sep 2006
# Whom:					Steven Kreuzer
#
# $FreeBSD: head/www/p5-Business-PayPal/Makefile 303389 2012-08-30 19:27:51Z skreuzer $
#

PORTNAME=	Business-PayPal
PORTVERSION=	0.05
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@@FreeBSD.org
COMMENT=	Perl extension for automating PayPal transactions

RUN_DEPENDS=	p5-Net-SSLeay>=1.35:${PORTSDIR}/security/p5-Net-SSLeay \
		p5-CGI.pm>=3.49:${PORTSDIR}/www/p5-CGI.pm
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Business::PayPal.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
.endif

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


1.13
log
@SVN rev 303389 on 2012-08-30 19:27:51Z by skreuzer

Update to 0.05

PR:		ports/171130
Submitted by:	Steve Wills <swills@@freebsd.org>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d9 1
a9 2
PORTVERSION=	0.04
PORTREVISION=	1
@


1.11
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
@d20 1
a20 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.10
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
@d20 1
a20 1
BUILD_DEPENDS:=	${RUN_DEPENDS}
d26 7
a32 1
.include <bsd.port.mk>
@


1.9
log
@Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
@
text
@d20 1
a20 1
BUILD_DEPENDS=	${RUN_DEPENDS}
d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
.endif

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


1.8
log
@Update to 0.04

PR:		ports/149385
Submitted by:	Frederic Culot <frederic@@culot.org>
@
text
@d10 1
d18 1
a18 2
BUILD_DEPENDS=	p5-Net-SSLeay>=1.35:${PORTSDIR}/security/p5-Net-SSLeay \
		p5-Digest-MD5>=2.38:${PORTSDIR}/security/p5-Digest-MD5 \
d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d26 7
a32 1
.include <bsd.port.mk>
@


1.7
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 2).

Approved by:	portmgr (itetcu)
@
text
@d9 1
a9 2
PORTVERSION=	0.03
PORTREVISION=	1
d17 4
a20 2
BUILD_DEPENDS=	p5-Net-SSLeay>=1.35:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS:=	${BUILD_DEPENDS}
@


1.6
log
@Change MAINTAINER on my ports to my FreeBSD email address

Approved by:	wxs (mentor)
@
text
@d10 1
d18 1
a18 3
BUILD_DEPENDS=	p5-Net-SSLeay>=1.35:${PORTSDIR}/security/p5-Net-SSLeay \
		p5-Digest-MD5>=2.38:${PORTSDIR}/security/p5-Digest-MD5 \
		p5-CGI.pm>=3.42:${PORTSDIR}/www/p5-CGI.pm
@


1.5
log
@- Update to 0.03
- Switch to using pkgname in DEPENDS

PR:		ports/131097
Submitted by:	Steven Kreuzer <skreuzer@@exit2shell.com> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	skreuzer@@exit2shell.com
@


1.4
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
@d9 1
a9 1
PORTVERSION=	0.02
d17 3
a19 3
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
		${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
@


1.3
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
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Business
@


1.2
log
@Change of email address, same maintainer.

PR:		ports/113686
Submitted by:	Steven Kreuzer (confirmed from the old email on private)
@
text
@d27 1
a27 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl 5.6 due to dependencies.  Please install lang/perl5.8 and try again
.endif

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


1.1
log
@This module offers an interface to PayPal's transaction system.

PR:		ports/103817
Submitted by:	Steven Kreuzer
@
text
@d15 1
a15 1
MAINTAINER=	skreuzer@@f2o.org
@

