freebsd-ports/finance/p5-Business-PayPal-IPN/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
534 B
Makefile

# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
# $FreeBSD$
PORTNAME= Business-PayPal-IPN
PORTVERSION= 1.94
PORTREVISION= 1
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= coryking@mozimedia.com
COMMENT= Perl extension that implements PayPal IPN v1.5
BUILD_DEPENDS= p5-Crypt-SSLeay>=0.56:security/p5-Crypt-SSLeay \
p5-libwww>=5.805:www/p5-libwww
RUN_DEPENDS= p5-Crypt-SSLeay>=0.56:security/p5-Crypt-SSLeay \
p5-libwww>=5.805:www/p5-libwww
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>