jasper 43353d8f88 import p5-Business-PayPal-IPN 1.94
Business::PayPal::IPN implements PayPal IPN version 1.5. It validates
transactions and gives you means to get notified of payments to your
PayPal account. If you don't already know what PayPal IPN is this
library may not be for you.

ok sthen@
2010-10-23 16:07:43 +00:00

23 lines
418 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/10/23 16:07:43 jasper Exp $
COMMENT= extension that implements PayPal IPN v1.5
DISTNAME= Business-PayPal-IPN-1.94
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 \
::www/p5-libwww
NO_REGRESS= Yes
.include <bsd.port.mk>