aboutsummaryrefslogtreecommitdiff
path: root/www/http_post/Makefile
blob: ea9ef55ecaac4f12b477ae6bf44c8befde9ce0a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	http_post
# Date created:				9 Sep 2012
# Whom:					Masaki TAGAWA <masaki@club.kyutech.ac.jp>
#
# $FreeBSD$
#

PORTNAME=	http_post
PORTVERSION=	1.0.20110118
CATEGORIES=	www ipv6
MASTER_SITES=	http://www.acme.com/software/http_post/
DISTNAME=	${PORTNAME}_18jan2011

MAINTAINER=	masaki@club.kyutech.ac.jp
COMMENT=	Do a POST operaion and Dump http-contents to stdout

WRKSRC=		${WRKDIR}/http_post
MAKEFILE=	${FILESDIR}/Makefile.bsd

MAN1=		http_post.1
MANCOMPRESSED=	yes
PLIST_FILES=	bin/http_post

.ifndef NO_OPENSSL
USE_OPENSSL=	yes
.endif

.include <bsd.port.mk>