aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Google-Code-Upload/Makefile
blob: d811c5d59970409fbf4d0c6d35dd5c6b5c51bec8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    p5-Google-Code-Upload
# Date created:     2010-07-06
# Whom:         Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
#
# $FreeBSD$
#

PORTNAME=   Google-Code-Upload
PORTVERSION=    0.06
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

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>