[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / py-reportlab

Annotation of pkgsrc/print/py-reportlab/Makefile, Revision 1.30

1.30    ! joerg       1: # $NetBSD: Makefile,v 1.29 2007/11/05 20:57:51 drochner Exp $
1.1       tsarna      2: #
                      3:
1.29      drochner    4: DISTNAME=      ReportLab_1_21_2
                      5: PKGNAME=       ${PYPKGPREFIX}-reportlab-1.21.2
1.20      recht       6: CATEGORIES=    print python
1.28      wiz         7: MASTER_SITES=  ftp://ftp.reportlab.com/
1.1       tsarna      8: EXTRACT_SUFX=  .tgz
                      9:
1.11      grant      10: MAINTAINER=    tsarna@NetBSD.org
1.1       tsarna     11: HOMEPAGE=      http://www.reportlab.com/
1.12      martti     12: COMMENT=       Powerful PDF-generating toolkit for Python
1.1       tsarna     13:
1.30    ! joerg      14: PYTHON_VERSIONS_ACCEPTED=      25 24 23 21
        !            15:
1.29      drochner   16: WRKSRC=                ${WRKDIR}/reportlab_1_21_2/reportlab
1.15      agc        17: PYBINMODULE=   yes
1.7       drochner   18: PYDISTUTILSPKG=        yes
1.5       drochner   19:
1.14      drochner   20: .include "../../lang/python/extension.mk"
1.18      snj        21: .include "../../textproc/py-xml/buildlink3.mk"
1.1       tsarna     22: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>