diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-18 22:14:01 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-18 22:14:01 +0000 |
commit | 3be2ee09d003d8ad1b48354e3da05fd47ffe5cdf (patch) | |
tree | 106e88200e06ba758d47438ed6e16e7b995514dc /finance/p5-PFProAPI | |
parent | a260b8424ae6b7631055c6c1188c7d175aeaf5fb (diff) | |
download | ports-3be2ee09d003d8ad1b48354e3da05fd47ffe5cdf.tar.gz ports-3be2ee09d003d8ad1b48354e3da05fd47ffe5cdf.zip |
Notes
Diffstat (limited to 'finance/p5-PFProAPI')
-rw-r--r-- | finance/p5-PFProAPI/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/p5-PFProAPI/Makefile b/finance/p5-PFProAPI/Makefile index 00fe6e331c98..cea422ee802e 100644 --- a/finance/p5-PFProAPI/Makefile +++ b/finance/p5-PFProAPI/Makefile @@ -24,6 +24,8 @@ PERL_CONFIGURE= yes MAN3= PFProAPI.3 +.include <bsd.port.pre.mk> + RESTRICTED= Only for VeriSign PayFlow Pro customers .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= ${RESTRICTED}. See ${PORTSDIR}/finance/pfpro for instructions @@ -32,4 +34,4 @@ IGNORE= ${RESTRICTED}. See ${PORTSDIR}/finance/pfpro for instructions post-patch: ${REINPLACE_CMD} -e "s|%%PREFIX%%|${LOCALBASE}|" ${WRKSRC}/PFProAPI.pm -.include <bsd.port.mk> +.include <bsd.port.post.mk> |