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

21 lines
391 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2011/06/04 11:41:08 sthen 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
REVISION= 0
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>