blob: a49bf47fdd6cebe01790baa60b2f0af4224daaef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.11 2006/05/18 20:30:01 wiz 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.
BROKEN_IN= pkgsrc-2006Q1
DEPENDS+= ${PYPKGPREFIX}-pymetar-[0-9]*:../../net/py-METAR
ZOPE_COPYPRODUCT= zope-std-copyproduct-short
.include "../../www/zope25/product.mk"
.include "../../mk/bsd.pkg.mk"
|