Lines 2-14
Link Here
|
2 |
# $FreeBSD: head/finance/p5-Business-Stripe/Makefile 373448 2014-11-26 13:08:24Z mat $ |
2 |
# $FreeBSD: head/finance/p5-Business-Stripe/Makefile 373448 2014-11-26 13:08:24Z mat $ |
3 |
|
3 |
|
4 |
PORTNAME= Business-Stripe |
4 |
PORTNAME= Business-Stripe |
5 |
PORTVERSION= 0.04 |
5 |
PORTVERSION= 0.05 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= finance perl5 |
6 |
CATEGORIES= finance perl5 |
8 |
MASTER_SITES= CPAN |
7 |
MASTER_SITES= CPAN |
9 |
PKGNAMEPREFIX= p5- |
8 |
PKGNAMEPREFIX= p5- |
10 |
|
9 |
|
11 |
MAINTAINER= vivek@khera.org |
10 |
MAINTAINER= perl@FreeBSD.org |
12 |
COMMENT= Perl5 module interface for the Stripe.com payment system |
11 |
COMMENT= Perl5 module interface for the Stripe.com payment system |
13 |
|
12 |
|
14 |
RUN_DEPENDS= p5-HTTP-Message>=0.0:${PORTSDIR}/www/p5-HTTP-Message \ |
13 |
RUN_DEPENDS= p5-HTTP-Message>=0.0:${PORTSDIR}/www/p5-HTTP-Message \ |
Lines 16-23
Link Here
|
16 |
p5-libwww>0.0:${PORTSDIR}/www/p5-libwww \ |
15 |
p5-libwww>0.0:${PORTSDIR}/www/p5-libwww \ |
17 |
p5-MIME-Base64>=0.0:${PORTSDIR}/converters/p5-MIME-Base64 |
16 |
p5-MIME-Base64>=0.0:${PORTSDIR}/converters/p5-MIME-Base64 |
18 |
|
17 |
|
19 |
WRKSRC= ${WRKDIR}/aquaron-Business-Stripe-c067843 |
|
|
20 |
|
21 |
USES= perl5 |
18 |
USES= perl5 |
22 |
USE_PERL5= configure |
19 |
USE_PERL5= configure |
23 |
|
20 |
|