2010-07-12 22:07:37 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2010/07/12 22:07:40 sthen Exp $
|
2005-02-15 09:51:34 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= interface to various online weather-services for PHP
|
2005-02-15 09:51:34 +00:00
|
|
|
|
2006-11-01 11:15:52 +00:00
|
|
|
DISTNAME= Services_Weather-1.4.0
|
2010-07-12 22:07:37 +00:00
|
|
|
PKGNAME= pear-${DISTNAME:S/_/-/}
|
|
|
|
REVISION= 2
|
2009-11-06 09:01:07 +00:00
|
|
|
CATEGORIES= net
|
2005-02-15 09:51:34 +00:00
|
|
|
|
2007-03-22 22:48:03 +00:00
|
|
|
MODULES= www/pear
|
2005-02-15 09:51:34 +00:00
|
|
|
|
|
|
|
# PHP License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2006-11-01 11:15:52 +00:00
|
|
|
|
2009-11-06 08:37:19 +00:00
|
|
|
RUN_DEPENDS= :pear-Cache-*:devel/pear-Cache \
|
2006-11-01 11:15:52 +00:00
|
|
|
:pear-HTTP-Request-*:net/pear-HTTP-Request \
|
|
|
|
:pear-XML-Serializer-*:textproc/pear-XML-Serializer
|
|
|
|
|
2005-02-15 09:51:34 +00:00
|
|
|
.include <bsd.port.mk>
|