blob: b0e958c670a805ace559e301bb352fd5e2637d37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
|