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

22 lines
444 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2010/07/12 22:07:40 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
PKGNAME= pear-${DISTNAME:S/_/-/}
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
2009-11-18 14:16:08 -05:00
RUN_DEPENDS= ::net/pear-Net-URL \
:pear-Net-Socket->=1.0.9:net/pear-Net-Socket
2006-03-24 10:39:38 -05:00
.include <bsd.port.mk>