121a1c1114
PR: 83634 Submitted by: vsevolod
29 lines
592 B
Makefile
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>
|