pkgsrc/www/py-genshi/Makefile
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

22 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/05/19 08:59:37 wiz Exp $
#
DISTNAME= Genshi-0.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= http://ftp.edgewall.com/pub/genshi/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://genshi.edgewall.org/
COMMENT= Python toolkit for generation of output for the web
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
DEPENDS+= ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"