19 lines
359 B
Makefile
19 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:35:54 espie Exp $
|
|
|
|
COMMENT= interface to various online weather-services for PHP
|
|
|
|
DISTNAME= Services_Weather-1.4.0
|
|
REVISION= 3
|
|
CATEGORIES= net
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/pear-Cache \
|
|
net/pear-HTTP-Request \
|
|
textproc/pear-XML-Serializer
|
|
|
|
.include <bsd.port.mk>
|