head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.17;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.11.02.50.03;	author wxs;	state Exp;
branches;
next	1.3;

1.3
date	2009.02.14.23.32.14;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.02.14.23.29.44;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.09.23.24.06;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	pyClamd
# Date created:				Jan 7, 2009
# Whom:					Milan Obuch
#
# $FreeBSD: head/security/py-pyclamd/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pyclamd
PORTVERSION=	0.2.2
CATEGORIES=	security python
MASTER_SITES=	http://xael.org/norman/python/pyclamd/
DISTFILES=	pyclamd.py

MAINTAINER=	bsd@@dino.sk
COMMENT=	Python ClamD interface module

USE_PYTHON=	yes
USE_PYDISTUTILS=yes

.include <bsd.port.pre.mk>

do-extract:
	@@${RM} -rf ${WRKDIR}
	@@${MKDIR} ${WRKDIR}
	@@${MKDIR} ${WRKDIR}/${PKGNAME}
	if ! (cd ${WRKDIR} && ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PKGNAME}/); \
	then \
		exit 1; \
	fi; \

.include <bsd.port.post.mk>
@


1.4
log
@- Update to 0.2.2.

PR:		ports/157744
Submitted by:	Milan Obuch <bsd@@dino.sk> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Fix category after repocopy
@
text
@d9 1
a9 1
PORTVERSION=	0.1.1
@


1.2
log
@- Force commit
	repocopy from mail/py-pyclamd -> security/py-pyclamd
@
text
@d10 1
a10 1
CATEGORIES=	mail python
@


1.1
log
@pyClamd is a python interface to Clamd (Clamav daemon).
By using pyClamd, you can add virus detection capabilities
to your python software in an efficient and easy way.

PR:		ports/130312
Submitted by:	Milan Obuch
@
text
@@

