58b87661cd
WWW: http://search.cpan.org/dist/Business-PayPal-IPN/ PR: ports/116216 Submitted by: TAKAHASHI Kaoru <kaoru at kaisei.org>
27 lines
730 B
Makefile
27 lines
730 B
Makefile
# New ports collection makefile for: p5-Business-PayPal-IPN
|
|
# Date created: 08 September 2008
|
|
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Business-PayPal-IPN
|
|
PORTVERSION= 1.94
|
|
CATEGORIES= finance perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Business
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= coryking@mozimedia.com
|
|
COMMENT= Perl extension that implements PayPal IPN v1.5
|
|
|
|
BUILD_DEPENDS= p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
|
p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS= p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
|
p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Business::PayPal::IPN.3
|
|
|
|
.include <bsd.port.mk>
|