head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.02.36;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.09.09.15.01.34;	author swills;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	http_post
# Date created:				9 Sep 2012
# Whom:					Masaki TAGAWA <masaki@@club.kyutech.ac.jp>
#
# $FreeBSD: head/www/http_post/Makefile 303970 2012-09-09 15:01:34Z swills $
#

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>
@


1.1
log
@SVN rev 303970 on 2012-09-09 15:01:34Z by swills

Http_post does a POST operation and dumps the results to stdout. This supports
ipv6 and https (SSL).

WWW: http://www.acme.com/software/http_post/

PR:		ports/171492
Submitted by:	masaki@@club.kyutech.ac.jp
@
text
@d5 1
a5 1
# $FreeBSD$
@

