f06d76584f
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@
22 lines
397 B
Makefile
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>
|