aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-grouch/Makefile
blob: abb06e042a2c2dc40419856e598ebe922587cad1 (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
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    py-grouch
# Date created:     6 September 2001
# Whom:             Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   grouch
PORTVERSION=    0.2
CATEGORIES= devel python
MASTER_SITES=   http://www.mems-exchange.org/software/files/${PORTNAME}/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   Grouch-${PORTVERSION}

MAINTAINER= wjv@FreeBSD.org
COMMENT=    A system for describing and enforcing a Python object schema

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 220
RUN_DEPENDS+=   ${PYTHON_SITELIBDIR}/compiler/__init__.py:${PORTSDIR}/lang/py-compiler
.endif

pre-install:
    @ ${SH} ${PKGREQ} INSTALL

post-install:
.if !defined(NOPORTDOCS)
    @ ${MKDIR} ${DOCSDIR}
.for docfile in CHANGES LICENSE README
    @ ${INSTALL_DATA} ${WRKSRC}/${docfile}.txt ${DOCSDIR}
.endfor
    @ ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
    @ ${MKDIR} ${EXAMPLESDIR}
    @ ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif

.include <bsd.port.post.mk>