1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/py-pyclamd/Makefile
Wesley Shields e54cd09207 - Update to 0.2.2.
PR:		ports/157744
Submitted by:	Milan Obuch <bsd@dino.sk> (maintainer)
2011-06-11 02:50:03 +00:00

32 lines
609 B
Makefile

# New ports collection makefile for: pyClamd
# Date created: Jan 7, 2009
# Whom: Milan Obuch
#
# $FreeBSD$
#
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>