freebsd-ports/security/p5-Business-PayPal-EWP/Makefile
Felippe de Meirelles Motta f9fb2adb45 - Updated to 1.00.
- Use CPAN macro.
- Add USE_DOS2UNIX.
- Avoid portlint warnings on {BUILD,RUN}_DEPENDS.
- Remove post-configure stage in Makefile.
- Rebuild pkg-descr.
- Remove unnecessary patches.
- Update and fix pkg-plist.
- Take maintainership.

PR:		ports/120849
Submitted by:	lippe
2008-09-28 14:27:08 +00:00

28 lines
673 B
Makefile

# New ports collection makefile for: p5-Business-PayPal-EWP
# Date created: Thu 12 May 2005
# Whom: Alfred Perlstein
#
#
# $FreeBSD$
#
PORTNAME= Business-PayPal-EWP
PORTVERSION= 1.00
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Perl extension for PayPal Encrypted Website Payments
RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
BUILD_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
PERL_CONFIGURE= yes
USE_OPENSSL= yes
CONFIGURE_ARGS= ${OPENSSLBASE}
USE_UNIX2DOS= yes
MAN3= Business::PayPal::EWP.3
.include <bsd.port.mk>