freebsd-ports/security/p5-SAVI-Perl/Makefile
Erwin Lansing acde26f363 Let the IGNORE message make a bit more sense and change it from:
===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
2005-10-31 18:24:21 +00:00

42 lines
1 KiB
Makefile

# New ports collection makefile for: p5-SAVI-Perl
# Date created: April 8th 2004
# Whom: Gary Hayers <Gary@Hayers.net>
#
# $FreeBSD$
PORTNAME= SAVI-Perl
PORTVERSION= 0.30
PORTREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/
MASTER_SITE_SUBDIR= security
PKGNAMEPREFIX= p5-
MAINTAINER= Gary@Hayers.net
COMMENT= Perl5 module interface to Sophos AntiVirus
MAN3= SAVI.3
PERL_CONFIGURE= yes
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6 or newer. Upgrade your perl and try again. \
If your perl is up to date then you may not have run 'use.perl ports' \
yet.
.endif
.if exists(${PREFIX}/lib/libsavi.so.3) && !exists(${PREFIX}/lib/libsavi.so)
FAKELIBDIR=${WRKDIR}/lib
CONFIGURE_ARGS+= LDDLFLAGS='-shared -L ${FAKELIBDIR}'
.endif
.if defined(FAKELIBDIR)
pre-configure:
${MKDIR} ${FAKELIBDIR}
${LN} -s ${PREFIX}/lib/libsavi.so.3 ${FAKELIBDIR}/libsavi.so
.endif
.include <bsd.port.post.mk>