Index: head/security/p5-SAVI-Perl/Makefile =================================================================== --- head/security/p5-SAVI-Perl/Makefile (revision 311062) +++ head/security/p5-SAVI-Perl/Makefile (revision 311063) @@ -1,38 +1,38 @@ -# New ports collection makefile for: p5-SAVI-Perl -# Date created: April 8th 2004 -# Whom: Gary Hayers -# +# Created by: Gary Hayers # $FreeBSD$ PORTNAME= SAVI-Perl PORTVERSION= 0.30 PORTREVISION= 5 CATEGORIES= security perl5 MASTER_SITES= http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/ MASTER_SITE_SUBDIR= security PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module interface to Sophos AntiVirus + +DEPRECATED= No more upstream, no more public distfiles +EXPIRATION_DATE= 2013-02-27 MAN3= SAVI.3 PERL_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 .include .if exists(${PREFIX}/lib/libsavi.so.3) && !exists(${PREFIX}/lib/libsavi.so) FAKELIBDIR=${WRKDIR}/lib CONFIGURE_ARGS+=LDDLFLAGS='-shared -L ${FAKELIBDIR}' .elif !exists(${PREFIX}/lib/libsavi.so) IGNORE= please install Sophos Anti-Virus first .endif .if defined(FAKELIBDIR) pre-configure: ${MKDIR} ${FAKELIBDIR} ${LN} -s ${PREFIX}/lib/libsavi.so.3 ${FAKELIBDIR}/libsavi.so .endif .include