openbsd-ports/net/pear-HTTP-Request/Makefile

21 lines
391 B
Makefile
Raw Normal View History

2011-09-16 07:13:37 -04:00
# $OpenBSD: Makefile,v 1.20 2011/09/16 11:13:39 espie Exp $
2009-11-18 14:16:08 -05:00
COMMENT= provide an easy way to perform HTTP requests
2009-11-18 14:16:08 -05:00
DISTNAME= HTTP_Request-1.4.4
2011-09-16 07:13:37 -04:00
REVISION= 1
2009-11-18 14:48:25 -05:00
CATEGORIES= net
MODULES= www/pear
2009-11-18 14:16:08 -05:00
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-19 17:31:32 -05:00
RUN_DEPENDS= net/pear-Net-URL \
net/pear-Net-Socket>=1.0.9
2006-03-24 10:39:38 -05:00
.include <bsd.port.mk>