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