aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-logging/Makefile
blob: bdb906f148aae3b403a30f8ffaa30a0d0f7ce623 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    py-logging
# Date created:     6 April 2002
# Whom:         Hye-Shik Chang
#
# $FreeBSD$
#

PORTNAME=   logging
PORTVERSION=    0.4.7
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
USE_PYTHON_PREFIX=  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>