freebsd-ports/www/p5-Business-PayPal/Makefile
Adam Weinberger b530de745b Convert remaining p5-CGI.pm consumers to p5-CGI, and bump PORTREVISION.
All these changes are tested but the following are worth noting:

The following ports fail "make test", but did so before this change, and
fail in the same places:
- textproc/p5-xmltv
- www/p5-Business-Paypal
- www/p5-CGI-Enurl

www/p5-Apache-Gallery is missing all sorts of dependencies, fails all tests,
and should probably be marked BROKEN

For graphics/imc, move the OPTIONS_DEFINE block out of the LICENSE block area.

As long as we're here, sort plist on perl@-owned ports.
2015-04-25 16:12:19 +00:00

22 lines
513 B
Makefile

# Created by: Steven Kreuzer
# $FreeBSD$
PORTNAME= Business-PayPal
PORTVERSION= 0.11
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Perl extension for automating PayPal transactions
RUN_DEPENDS= p5-Net-SSLeay>=1.35:${PORTSDIR}/security/p5-Net-SSLeay \
p5-CGI>=3.49:${PORTSDIR}/www/p5-CGI \
p5-Digest-MD5>=2.52:${PORTSDIR}/security/p5-Digest-MD5
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>