blob: 9eff7ad9e91a411128389e3f45ea5a5333527fad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.10 2006/03/04 21:31:06 jlam Exp $
DISTNAME= ZWeatherApplet-1.51
PKGREVISION= 2
PKGNAME= zope25-ZWeatherApplet-1.51
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zweatherapplet/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.librelogiciel.com/software/
COMMENT= Zope Weather applet
BROKEN= Dependencies (py-METAR and zope25) require different Python versions.
DEPENDS+= ${PYPKGPREFIX}-pymetar-[0-9]*:../../net/py-METAR
ZOPE_COPYPRODUCT= zope-std-copyproduct-short
.include "../../www/zope25/product.mk"
.include "../../mk/bsd.pkg.mk"
|