1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/finance/p5-PayflowPro/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

29 lines
637 B
Makefile

# Created by: Vivek Khera <vivek@khera.org>
# $FreeBSD$
PORTNAME= PayflowPro
PORTVERSION= 4706
CATEGORIES= finance perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VKHERA
PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= Pure Perl PayflowPro payment gateway interface
RUN_DEPENDS+= p5-libwww>0.0:www/p5-libwww
BUILD_DEPENDS+= p5-libwww>0.0:www/p5-libwww
USES= perl5
USE_PERL5= configure
post-install:
${INSTALL_DATA} ${WRKSRC}/ca-bundle.crt ${STAGEDIR}${PREFIX}/etc
PLIST_FILES= etc/ca-bundle.crt \
%%SITE_PERL%%/PayflowPro.pm \
%%SITE_PERL%%/mk-ca-bundle.pl \
%%PERL5_MAN3%%/PayflowPro.3.gz
.include <bsd.port.mk>