openbsd-ports/net/pear-HTTP-Request/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

22 lines
444 B
Makefile

# $OpenBSD: Makefile,v 1.17 2010/07/12 22:07:40 sthen Exp $
COMMENT= provide an easy way to perform HTTP requests
DISTNAME= HTTP_Request-1.4.4
PKGNAME= pear-${DISTNAME:S/_/-/}
REVISION= 0
CATEGORIES= net
MODULES= www/pear
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::net/pear-Net-URL \
:pear-Net-Socket->=1.0.9:net/pear-Net-Socket
.include <bsd.port.mk>