head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2;
locks; strict;
comment	@# @;


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

1.5
date	2012.08.06.19.17.01;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.15.17.30.26;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2011.08.30.06.41.13;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.22.17.10.26;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2010.07.28.18.37.00;	author sylvio;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Google-Code-Upload
# Date created:		2010-07-06
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@sunpoet.net>
#
# $FreeBSD: head/www/p5-Google-Code-Upload/Makefile 302212 2012-08-06 19:17:01Z sunpoet $
#

PORTNAME=	Google-Code-Upload
PORTVERSION=	0.07
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Uploading files to a Google Code project

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
		p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN1=		googlecode_upload.pl.1
MAN3=		Google::Code::Upload.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
.endif

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


1.5
log
@SVN rev 302212 on 2012-08-06 19:17:01Z by sunpoet

- Update to 0.07

Changes:	http://search.cpan.org/dist/Google-Code-Upload/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 0.06
- Add LICENSE
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Google-Code-Upload/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.06
d29 1
@


1.3
log
@- Pet portlint
@
text
@d9 1
a9 1
PORTVERSION=	0.05
d17 6
a22 4
BUILD_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
d25 1
a28 1
MAN1=		googlecode_upload.pl.1
d31 7
a37 1
.include <bsd.port.mk>
@


1.2
log
@- Update MAINTAINER to my FreeBSD.org address

Approved by:	pgollucci (mentor)
@
text
@d17 6
a22 4
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.1
log
@- Google::Code::Upload uploads files to a Google Code Project.

WWW:	http://search.cpan.org/dist/Google-Code-Upload/

PR:		ports/148941
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@@sunpoet.net>
@
text
@d14 1
a14 1
MAINTAINER=	sunpoet@@sunpoet.net
@

