freebsd-ports/devel/py-logging/Makefile
Hye-Shik Chang 121a1c1114 Update to 0.4.9.5
PR:		83634
Submitted by:	vsevolod
2005-08-29 14:18:24 +00:00

29 lines
592 B
Makefile

# New ports collection makefile for: py-logging
# Date created: 6 April 2002
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= logging
PORTVERSION= 0.4.9.6
CATEGORIES= devel python
MASTER_SITES= http://www.red-dove.com/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= perky@FreeBSD.org
COMMENT= Logging System for Python as in PEP282
USE_PYTHON= yes
USE_PYDISTUTILS= yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-logging
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/test/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>