freebsd-ports/security/p5-SAVI-Perl/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

38 lines
899 B
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= 4
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 exists(${PREFIX}/lib/libsavi.so.3) && !exists(${PREFIX}/lib/libsavi.so)
FAKELIBDIR=${WRKDIR}/lib
CONFIGURE_ARGS+=LDDLFLAGS='-shared -L ${FAKELIBDIR}'
.else
IGNORE= "Please install first Sophos Anit-Virus."
.endif
.if defined(FAKELIBDIR)
pre-configure:
${MKDIR} ${FAKELIBDIR}
${LN} -s ${PREFIX}/lib/libsavi.so.3 ${FAKELIBDIR}/libsavi.so
.endif
.include <bsd.port.post.mk>