freebsd-ports/finance/p5-Business-Stripe/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

25 lines
546 B
Makefile

# Created by: Vick Khera <vivek@khera.org>
# $FreeBSD$
PORTNAME= Business-Stripe
PORTVERSION= 0.05
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module interface for the Stripe.com payment system
RUN_DEPENDS= p5-HTTP-Message>=0.0:www/p5-HTTP-Message \
p5-JSON>=0.0:converters/p5-JSON \
p5-libwww>0.0:www/p5-libwww \
p5-MIME-Base64>=0.0:converters/p5-MIME-Base64
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>