blob: 42cfc2aa49e7d69bd066f829da1674b152077773 (
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
|
# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Google-Checkout
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= devel www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl implementation of Google Checkout (GCO)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Crypt-SSLeay>=0.45:${PORTSDIR}/security/p5-Crypt-SSLeay \
p5-Date-Manip>=5.40:${PORTSDIR}/devel/p5-Date-Manip \
p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
p5-XML-Simple>=2.09:${PORTSDIR}/textproc/p5-XML-Simple \
p5-XML-Writer>=0.6:${PORTSDIR}/textproc/p5-XML-Writer \
p5-libwww>=5.65:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|