openbsd-ports/net/p5-Business-PayPal/Makefile
jasper f06d76584f import p5-Business-PayPal 0.04
Business::PayPal makes the automation of PayPal transactions as simple
as doing credit card transactions through a regular processor. It
includes methods for creating PayPal buttons and for validating the
Instant Payment Notification that is sent when PayPal processes a
payment.

ok sthen@
2010-10-23 16:05:06 +00:00

22 lines
397 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/10/23 16:05:06 jasper Exp $
COMMENT= extension for automating PayPal transactions
DISTNAME= Business-PayPal-0.04
CATEGORIES= net
USE_GROFF= Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= ::security/p5-Net_SSLeay
NO_REGRESS= Yes
.include <bsd.port.mk>