1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/http_post/Makefile
Pawel Pekala 52f6cce175 - Update to version 1.0.20140814 [1]
- Fix capitalization and spelling error in COMMENT

PR:		196783 [1]
Submitted by:	Neel Chauhan <neel@neelc.org> [1]
Approved by:	maintainer timeout
2015-02-05 21:18:20 +00:00

25 lines
526 B
Makefile

# Created by: Masaki TAGAWA <masaki@club.kyutech.ac.jp>
# $FreeBSD$
PORTNAME= http_post
PORTVERSION= 1.0.20140814
CATEGORIES= www ipv6
MASTER_SITES= http://www.acme.com/software/http_post/
DISTNAME= ${PORTNAME}_14Aug2014
MAINTAINER= masaki@club.kyutech.ac.jp
COMMENT= Do a POST operation and dump http-contents to stdout
WRKSRC= ${WRKDIR}/http_post
USES= uidfix
MAKEFILE= ${FILESDIR}/Makefile.bsd
PLIST_FILES= bin/http_post \
man/man1/http_post.1.gz
.ifndef NO_OPENSSL
USE_OPENSSL= yes
.endif
.include <bsd.port.mk>