freebsd-ports/devel/py-logging/Makefile

30 lines
615 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-logging
# Date created: 6 April 2002
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= logging
2004-03-04 08:19:37 +01:00
PORTVERSION= 0.4.9.2
CATEGORIES= devel python
MASTER_SITES= http://www.red-dove.com/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= perky@FreeBSD.org
2003-02-25 07:25:35 +01:00
COMMENT= Logging System for Python as in PEP282
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-logging
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
2002-11-18 15:32:31 +01:00
@cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/test/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>