2008-12-25 15:53:47 +01:00
|
|
|
# New ports collection makefile for: p5-Clamd
|
|
|
|
# Date created: 23 December 2008
|
|
|
|
# Whom: pgollucci@p6m7g8.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Clamd
|
|
|
|
PORTVERSION= 1.04
|
2010-04-06 14:01:56 +02:00
|
|
|
PORTREVISION= 2
|
2008-12-25 15:53:47 +01:00
|
|
|
CATEGORIES= mail perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-09-08 10:36:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:MSERGEANT
|
2008-12-25 15:53:47 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-02-04 16:39:23 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-12-25 15:53:47 +01:00
|
|
|
COMMENT= Clamd - Connect to a local clamd service and send commands
|
|
|
|
|
|
|
|
RUN_DEPENDS= clamd:${PORTSDIR}/security/clamav
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
2009-05-16 08:27:56 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2008-12-25 15:53:47 +01:00
|
|
|
MAN3= Clamd.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/Clamd.pm \
|
|
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clamd/.packlist
|
|
|
|
|
|
|
|
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clamd
|
|
|
|
|
2009-06-19 06:30:33 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/Makefile.PL
|
|
|
|
|
2008-12-25 15:53:47 +01:00
|
|
|
.include <bsd.port.mk>
|