head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.04.12.01.57.26;	author swills;	state Exp;
branches;
next	1.7;

1.7
date	2012.03.13.16.15.35;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2012.03.08.18.45.37;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2010.09.24.00.18.34;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2010.09.21.07.56.43;	author mm;	state Exp;
branches;
next	1.3;

1.3
date	2010.08.15.07.56.56;	author arved;	state Exp;
branches;
next	1.2;

1.2
date	2010.08.10.03.00.06;	author sahil;	state Exp;
branches;
next	1.1;

1.1
date	2010.05.08.10.21.48;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-iTunesConnect
# Date created:				29 August 2009
# Whom:					Brandon Fosdick <bfoz@@bfoz.net>
#
# $FreeBSD: head/www/p5-WWW-iTunesConnect/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-iTunesConnect
PORTVERSION=	1.16
PORTREVISION=	2
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}

MAINTAINER=	bfoz@@bfoz.net
COMMENT=	Client interface for Apple's iTunes Connect service

BUILD_DEPENDS=	p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
		p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww \
		p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
		p5-HTML-Form>=0:${PORTSDIR}/www/p5-HTML-Form
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	YES

MAN3=		WWW::iTunesConnect.3

PLIST_FILES=	%%SITE_PERL%%/WWW/iTunesConnect.pm \
		%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/iTunesConnect/.packlist
PLIST_DIRS=	%%SITE_PERL%%/WWW \
		%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/iTunesConnect \
		%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif

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


1.8
log
@- Add missing DEPENDS
- Pet portlint by adding newline to end of pkg-descr
- Bump PORTREVISION

PR:		ports/166526
Approved by:	Brandon Fosdick <bfosdick@@gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
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
@d10 1
a10 1
PORTREVISION=	1
d19 1
a19 1
RUN_DEPENDS=	p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
d21 3
a23 2
		p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.6
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
@d17 1
a17 1
COMMENT=	Client interface for Apples iTunes Connect service
d34 7
a40 1
.include <bsd.port.mk>
@


1.5
log
@- Fix fetch after PORTREVISION bump breakage from mm@@

Reported by:    linimon
Approvoed by:   maintainer (implicit)
@
text
@d17 1
a17 1
COMMENT=	Client interface for Apple's iTunes Connect service
d34 1
a34 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif

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


1.4
log
@Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
@
text
@d14 1
a14 1
DISTNAME=	${PKGNAME}
@


1.3
log
@Update to 1.16

PR:		149648
Submitted by:	maintainer
@
text
@d10 1
d19 1
a19 1
BUILD_DEPENDS=	p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
d21 2
a22 3
		p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
		p5-IO-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Compress-Zlib
RUN_DEPENDS=	${BUILD_DEPENDS}
d34 7
a40 1
.include <bsd.port.mk>
@


1.2
log
@- Update to 1.15

PR:		ports/149476
Submitted by:	Brandon Fosdick <bfoz@@bfoz.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.15
d18 2
a19 1
BUILD_DEPENDS=	p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww \
@


1.1
log
@A Perl5 client interface for Apple's iTunes Connect service.

WWW: http://search.cpan.org/~bfoz/p5-WWW-iTunesConnect/

PR:		ports/145405
Submitted by:	Brandon Fosdick <bfoz at bfoz.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.14
@

